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

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok } from './validate'
describe('compiler-ajv/Any', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/Array', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/Boolean', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Assert } from '../assert'
import { Ok, Fail } from './validate'

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok } from './validate'
describe('compiler-ajv/Const', () => {

View File

@@ -2,7 +2,7 @@
// No Longer Supported
// ---------------------------------------------------
// import { Type } from '@sinclair/typebox'
// import { Type } from '@alkdev/typebox'
// import { Ok, Fail } from './validate'
// ----------------------------------------------------

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/Enum', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/Integer', () => {

View File

@@ -1,4 +1,4 @@
import { Type, Static } from '@sinclair/typebox'
import { Type, Static } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/Intersect', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/KeyOf', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/Literal', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/Module', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Fail } from './validate'
describe('compiler-ajv/Never', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/Not', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/Null', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/Number', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/Object', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
import { strictEqual } from 'assert'

View File

@@ -1,5 +1,5 @@
import { strictEqual } from 'assert'
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok } from './validate'
describe('compiler-ajv/Optional', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ReadonlyKind, OptionalKind } from '@sinclair/typebox'
import { Type, ReadonlyKind, OptionalKind } from '@alkdev/typebox'
import { Ok } from './validate'
import { Assert } from '../assert'

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
import { Assert } from '../assert'

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok } from './validate'
import { Assert } from '../assert'

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok } from './validate'
import { Assert } from '../assert'

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/Record', () => {

View File

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

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/Ref', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ReadonlyKind, OptionalKind } from '@sinclair/typebox'
import { Type, ReadonlyKind, OptionalKind } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
import { Assert } from '../assert'

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/StringPattern', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/String', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/TemplateLiteral', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/Tuple', () => {

View File

@@ -1,7 +1,7 @@
// ---------------------------------------------------
// No Longer Supported
// ---------------------------------------------------
// import { Type } from '@sinclair/typebox'
// import { Type } from '@alkdev/typebox'
// import { Ok, Fail } from './validate'
// describe('compiler-ajv/Uint8Array', () => {
// it('Should not validate number', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/Union', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok } from './validate'
describe('compiler-ajv/Unknown', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/Unsafe', () => {

View File

@@ -1,7 +1,7 @@
import { TypeGuard } from '@sinclair/typebox'
import { Value } from '@sinclair/typebox/value'
import { TypeGuard } from '@alkdev/typebox'
import { Value } from '@alkdev/typebox/value'
import { TSchema } from '@sinclair/typebox'
import { TSchema } from '@alkdev/typebox'
import addFormats from 'ajv-formats'
import Ajv, { AnySchema } from 'ajv/dist/2019'

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler-ajv/Void', () => {

View File

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

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok } from './validate'
describe('compiler/Any', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok } from './validate'
describe('compiler/Argument', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Array', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/AsyncIterator', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/BigInt', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Boolean', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Composite', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok } from './validate'
describe('compiler/Const', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Constructor', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Date', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Enum', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Function', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Integer', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Intersect', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Iterator', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/KeyOf', () => {

View File

@@ -1,5 +1,5 @@
import { TypeRegistry, Type, Kind, TSchema } from '@sinclair/typebox'
import { TypeCompiler } from '@sinclair/typebox/compiler'
import { TypeRegistry, Type, Kind, TSchema } from '@alkdev/typebox'
import { TypeCompiler } from '@alkdev/typebox/compiler'
import { Ok, Fail } from './validate'
import { Assert } from '../assert'

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Literal', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Module', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Fail } from './validate'
describe('compiler/Never', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Not', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Null', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Number', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Object', () => {

View File

@@ -1,4 +1,4 @@
import { Type, Kind } from '@sinclair/typebox'
import { Type, Kind } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
import { deepEqual, strictEqual } from 'assert'

View File

@@ -1,5 +1,5 @@
import { strictEqual } from 'assert'
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok } from './validate'
describe('compiler/Optional', () => {

View File

@@ -1,5 +1,5 @@
import { TypeSystem } from '@sinclair/typebox/system'
import { Type, OptionalKind, ReadonlyKind } from '@sinclair/typebox'
import { TypeSystem } from '@alkdev/typebox/system'
import { Type, OptionalKind, ReadonlyKind } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
import { strictEqual } from 'assert'

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
import { strictEqual } from 'assert'

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
import { strictEqual } from 'assert'

View File

@@ -1,5 +1,5 @@
import { deepStrictEqual, strictEqual } from 'assert'
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Readonly', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Record', () => {

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/RegExp', () => {

View File

@@ -1,4 +1,4 @@
import { Type, ReadonlyKind, OptionalKind } from '@sinclair/typebox'
import { Type, ReadonlyKind, OptionalKind } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
import { strictEqual } from 'assert'

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/StringPattern', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/String', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Symbol', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/TemplateLiteral', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Tuple', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Uint8Array', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok } from './validate'
describe('compiler/Unicode', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Union', () => {

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok } from './validate'
describe('compiler/Unknown', () => {

View File

@@ -1,6 +1,6 @@
import { TypeCompiler } from '@sinclair/typebox/compiler'
import { Value } from '@sinclair/typebox/value'
import { TSchema, FormatRegistry } from '@sinclair/typebox'
import { TypeCompiler } from '@alkdev/typebox/compiler'
import { Value } from '@alkdev/typebox/value'
import { TSchema, FormatRegistry } from '@alkdev/typebox'
// -------------------------------------------------------------------------
// Test Formats: https://github.com/ajv-validator/ajv-formats/blob/master/src/formats.ts

View File

@@ -1,4 +1,4 @@
import { Type } from '@sinclair/typebox'
import { Type } from '@alkdev/typebox'
import { Ok, Fail } from './validate'
describe('compiler/Void', () => {

View File

@@ -1,5 +1,5 @@
import { Type } from '@sinclair/typebox'
import { Errors } from '@sinclair/typebox/errors'
import { Type } from '@alkdev/typebox'
import { Errors } from '@alkdev/typebox/errors'
import { Assert } from '../../assert'
describe('errors/ValueErrorIterator', () => {

View File

@@ -1,5 +1,5 @@
import { Type } from '@sinclair/typebox'
import { ValueErrorType } from '@sinclair/typebox/errors'
import { Type } from '@alkdev/typebox'
import { ValueErrorType } from '@alkdev/typebox/errors'
import { Resolve } from './resolve'
import { Assert } from '../../assert'

View File

@@ -1,5 +1,5 @@
import { Type } from '@sinclair/typebox'
import { ValueErrorType } from '@sinclair/typebox/errors'
import { Type } from '@alkdev/typebox'
import { ValueErrorType } from '@alkdev/typebox/errors'
import { Resolve } from './resolve'
import { Assert } from '../../assert'

View File

@@ -1,5 +1,5 @@
import { Type } from '@sinclair/typebox'
import { ValueErrorType } from '@sinclair/typebox/errors'
import { Type } from '@alkdev/typebox'
import { ValueErrorType } from '@alkdev/typebox/errors'
import { Resolve } from './resolve'
import { Assert } from '../../assert'

View File

@@ -1,5 +1,5 @@
import { Type } from '@sinclair/typebox'
import { ValueErrorType } from '@sinclair/typebox/errors'
import { Type } from '@alkdev/typebox'
import { ValueErrorType } from '@alkdev/typebox/errors'
import { Resolve } from './resolve'
import { Assert } from '../../assert'

View File

@@ -1,5 +1,5 @@
import { Type } from '@sinclair/typebox'
import { ValueErrorType } from '@sinclair/typebox/errors'
import { Type } from '@alkdev/typebox'
import { ValueErrorType } from '@alkdev/typebox/errors'
import { Resolve } from './resolve'
import { Assert } from '../../assert'

View File

@@ -1,5 +1,5 @@
import { Type } from '@sinclair/typebox'
import { ValueErrorType } from '@sinclair/typebox/errors'
import { Type } from '@alkdev/typebox'
import { ValueErrorType } from '@alkdev/typebox/errors'
import { Resolve } from './resolve'
import { Assert } from '../../assert'

View File

@@ -1,5 +1,5 @@
import { Type } from '@sinclair/typebox'
import { ValueErrorType } from '@sinclair/typebox/errors'
import { Type } from '@alkdev/typebox'
import { ValueErrorType } from '@alkdev/typebox/errors'
import { Resolve } from './resolve'
import { Assert } from '../../assert'

View File

@@ -1,5 +1,5 @@
import { Type } from '@sinclair/typebox'
import { ValueErrorType } from '@sinclair/typebox/errors'
import { Type } from '@alkdev/typebox'
import { ValueErrorType } from '@alkdev/typebox/errors'
import { Resolve } from './resolve'
import { Assert } from '../../assert'

View File

@@ -1,5 +1,5 @@
import { Type } from '@sinclair/typebox'
import { ValueErrorType } from '@sinclair/typebox/errors'
import { Type } from '@alkdev/typebox'
import { ValueErrorType } from '@alkdev/typebox/errors'
import { Resolve } from './resolve'
import { Assert } from '../../assert'

View File

@@ -1,5 +1,5 @@
import { Type } from '@sinclair/typebox'
import { ValueErrorType } from '@sinclair/typebox/errors'
import { Type } from '@alkdev/typebox'
import { ValueErrorType } from '@alkdev/typebox/errors'
import { Resolve } from './resolve'
import { Assert } from '../../assert'

View File

@@ -1,5 +1,5 @@
import { Type } from '@sinclair/typebox'
import { ValueErrorType } from '@sinclair/typebox/errors'
import { Type } from '@alkdev/typebox'
import { ValueErrorType } from '@alkdev/typebox/errors'
import { Resolve } from './resolve'
import { Assert } from '../../assert'

View File

@@ -1,5 +1,5 @@
import { Type } from '@sinclair/typebox'
import { ValueErrorType } from '@sinclair/typebox/errors'
import { Type } from '@alkdev/typebox'
import { ValueErrorType } from '@alkdev/typebox/errors'
import { Resolve } from './resolve'
import { Assert } from '../../assert'

View File

@@ -1,5 +1,5 @@
import { Type } from '@sinclair/typebox'
import { ValueErrorType } from '@sinclair/typebox/errors'
import { Type } from '@alkdev/typebox'
import { ValueErrorType } from '@alkdev/typebox/errors'
import { Resolve } from './resolve'
import { Assert } from '../../assert'

View File

@@ -1,5 +1,5 @@
import { Type } from '@sinclair/typebox'
import { ValueErrorType } from '@sinclair/typebox/errors'
import { Type } from '@alkdev/typebox'
import { ValueErrorType } from '@alkdev/typebox/errors'
import { Resolve } from './resolve'
import { Assert } from '../../assert'

View File

@@ -1,5 +1,5 @@
import { Type } from '@sinclair/typebox'
import { ValueErrorType } from '@sinclair/typebox/errors'
import { Type } from '@alkdev/typebox'
import { ValueErrorType } from '@alkdev/typebox/errors'
import { Resolve } from './resolve'
import { Assert } from '../../assert'

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