Documentation

This commit is contained in:
sinclair
2024-11-10 19:05:17 +09:00
parent 6cf8596c3a
commit 46b09f7e83
3 changed files with 5 additions and 5 deletions

View File

@@ -1762,10 +1762,10 @@ The following table lists esbuild compiled and minified sizes for each TypeBox m
├──────────────────────┼────────────┼────────────┼─────────────┤
typebox/compiler '119.8 kb' ' 52.6 kb' '2.28 x'
typebox/errors ' 74.4 kb' ' 33.1 kb' '2.25 x'
typebox/parse '115.3 kb' ' 48.3 kb' '2.39 x'
typebox/syntax '115.3 kb' ' 48.3 kb' '2.39 x'
typebox/system ' 7.4 kb' ' 3.2 kb' '2.33 x'
typebox/value '157.2 kb' ' 66.1 kb' '2.38 x'
typebox '127.3 kb' ' 53.3 kb' '2.39 x'
typebox ' 98.9 kb' ' 41.2 kb' '2.40 x'
└──────────────────────┴────────────┴────────────┴─────────────┘
```

View File

@@ -1,3 +0,0 @@
import * as Parse from '@sinclair/typebox/parse'
console.log(Parse)

View File

@@ -0,0 +1,3 @@
import * as Syntax from '@sinclair/typebox/syntax'
console.log(Syntax)