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,5 +1,5 @@
import { Value, AssertError } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value, AssertError } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/Assert', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Any', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Array', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/AsyncIterator', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/BigInt', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Boolean', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Composite', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Date', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Boolean', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Import', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Integer', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Intersect', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Iterator', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/KeyOf', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type, Kind, TypeRegistry } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type, Kind, TypeRegistry } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Kind', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Literal', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Never', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Not', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Null', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Number', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Object', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Record', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Recursive', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/RegExp', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/String', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Symbol', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/TemplateLiteral', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Tuple', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Uint8Array', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Undefined', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Union', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Unknown', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/cast/Void', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Any', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Argument', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Array', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/AsyncIterator', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/BigInt', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Boolean', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Composite', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Const', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Constructor', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Date', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Enum', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Function', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Integer', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Intersect', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Iterator', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/KeyOf', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { TypeRegistry, Type, Kind, TSchema } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { TypeRegistry, Type, Kind, TSchema } from '@alkdev/typebox'
import { Assert } from '../../assert'
describe('value/check/Kind', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Literal', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert'
describe('value/check/Module', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Never', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Not', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Null', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Number', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Object', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Record', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Recursive', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Ref', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/RegExp', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/String', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Symbol', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/TemplateLiteral', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Tuple', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Uint8Array', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Undefined', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Union', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Unknown', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/check/Void', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Any', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Array', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/AsyncIterator', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/BigInt', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Boolean', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Composite', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Constructor', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Date', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Enum', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Function', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Import', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Integer', () => {

View File

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

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Iterator', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/KeyOf', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type, Kind } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type, Kind } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Kind', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Literal', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Never', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Not', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Null', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Number', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Object', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Promise', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Record', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Recursive', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Ref', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/RegExp', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/String', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/Symbol', () => {

View File

@@ -1,5 +1,5 @@
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { Value } from '@alkdev/typebox/value'
import { Type } from '@alkdev/typebox'
import { Assert } from '../../assert/index'
describe('value/clean/TemplateLiteral', () => {

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