Fork from @sinclair/typebox 0.34.49 as @alkdev/typebox

- Rename package from @sinclair/typebox to @alkdev/typebox
- Update author, repository, and homepage to alkdev
- Remove GitHub workflows, .vscode config, and branding assets
- Update all source, test, example, changelog, and task imports
- Update tsconfig.json path mappings
- Clean up readme header (remove upstream badges/branding)
This commit is contained in:
2026-04-23 13:22:31 +00:00
parent 11f18ac6e9
commit bd758c2342
981 changed files with 1676 additions and 2054 deletions

View File

@@ -2,7 +2,7 @@
// $id deletion was omitted from 0.26.0 to reduce complexity overhead.
// --------------------------------------------------------------------
// import { Type } from '@sinclair/typebox'
// import { Type } from '@alkdev/typebox'
// import { Assert } from '../../assert'
// describe('type/Clone', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Any', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Array', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/AsyncIterator', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/BigInt', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Boolean', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Constructor', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Date', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Function', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Integer', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Iterator', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Literal', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
// ---------------------------------------------------------------------------

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Null', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Number', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Object', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Promise', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Record', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
// ------------------------------------------------------------------

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/String', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Symbol', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/TemplateLiteral', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Tuple', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Uint8Array', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Undefined', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Union', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Unknown', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ExtendsCheck, ExtendsResult } from '@sinclair/typebox'
import { Type, ExtendsCheck, ExtendsResult } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('type/extends/Void', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TAny', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TArgument', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TArray', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TAsyncIterator', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/Awaited', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TBigInt', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TBoolean', () => {

View File

@@ -1,4 +1,4 @@
import { KindGuard, Type } from '@sinclair/typebox'
import { KindGuard, Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/Capitalize', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TComposite', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TComputed', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard, ValueGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard, ValueGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TConstT', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TConstructor', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TDate', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TEnum', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TExclude', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TExtract', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TFunction', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TImport', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TIndex', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TInteger', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TIntersect', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TIterator', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TKeyOf', () => {

View File

@@ -1,4 +1,4 @@
import { KindGuard, Kind } from '@sinclair/typebox'
import { KindGuard, Kind } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TKind', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TLiteral', () => {

View File

@@ -1,4 +1,4 @@
import { KindGuard, Type } from '@sinclair/typebox'
import { KindGuard, Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/Lowercase', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
// prettier-ignore

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TNot', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TNull', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TNumber', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TObject', () => {

View File

@@ -1,4 +1,4 @@
import { KindGuard, Type, Kind, TransformKind } from '@sinclair/typebox'
import { KindGuard, Type, Kind, TransformKind } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TOmit', () => {

View File

@@ -1,4 +1,4 @@
import { KindGuard, TypeRegistry, Type, Kind, TransformKind } from '@sinclair/typebox'
import { KindGuard, TypeRegistry, Type, Kind, TransformKind } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TPartial', () => {

View File

@@ -1,4 +1,4 @@
import { KindGuard, Type, Kind, TransformKind } from '@sinclair/typebox'
import { KindGuard, Type, Kind, TransformKind } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TPick', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TPromise', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard, PatternNumberExact, PatternStringExact, PatternString, PatternNeverExact } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard, PatternNumberExact, PatternStringExact, PatternString, PatternNeverExact } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TRecord', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard, PatternNumberExact, PatternStringExact, PatternString, PatternNumber } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard, PatternNumberExact, PatternStringExact, PatternString, PatternNumber } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TRecursive', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TRef', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TRegExp', () => {

View File

@@ -1,4 +1,4 @@
import { KindGuard, TypeRegistry, Type, Kind, TransformKind } from '@sinclair/typebox'
import { KindGuard, TypeRegistry, Type, Kind, TransformKind } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TRequired', () => {

View File

@@ -1,4 +1,4 @@
import { Type, KindGuard } from '@sinclair/typebox'
import { Type, KindGuard } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TRest', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TString', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TSymbol', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TTemplateLiteral', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TThis', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TTuple', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TUint8Array', () => {

View File

@@ -1,4 +1,4 @@
import { KindGuard, Type } from '@sinclair/typebox'
import { KindGuard, Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/Uncapitalize', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TUndefined', () => {

View File

@@ -1,5 +1,5 @@
import { TSchema, KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TSchema, KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TUnion', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TUnknown', () => {

View File

@@ -1,5 +1,5 @@
import { Kind, KindGuard, TypeRegistry } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { Kind, KindGuard, TypeRegistry } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TUnsafe', () => {

View File

@@ -1,4 +1,4 @@
import { KindGuard, Type } from '@sinclair/typebox'
import { KindGuard, Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/Uppercase', () => {

View File

@@ -1,5 +1,5 @@
import { KindGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { KindGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/kind/TVoid', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/TAny', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/TArgument', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/TArray', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/TAsyncIterator', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/Awaited', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/TBigInt', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/TBoolean', () => {

View File

@@ -1,4 +1,4 @@
import { TypeGuard, Type } from '@sinclair/typebox'
import { TypeGuard, Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/Capitalize', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/TComposite', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/TComputed', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard, ValueGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard, ValueGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/TConstT', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/TConstructor', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/TDate', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/TEnum', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/TExclude', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/TExtract', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/TFunction', () => {

View File

@@ -1,5 +1,5 @@
import { TypeGuard } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
import { TypeGuard } from '@alkdev/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../../assert/index'
describe('guard/type/TImport', () => {

Some files were not shown because too many files have changed in this diff Show More