100 lines
3.5 KiB
TypeScript
100 lines
3.5 KiB
TypeScript
/*--------------------------------------------------------------------------
|
|
|
|
@sinclair/typebox/type
|
|
|
|
The MIT License (MIT)
|
|
|
|
Copyright (c) 2017-2025 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
THE SOFTWARE.
|
|
|
|
---------------------------------------------------------------------------*/
|
|
|
|
export * from './any/index'
|
|
export * from './argument/index'
|
|
export * from './array/index'
|
|
export * from './async-iterator/index'
|
|
export * from './awaited/index'
|
|
export * from './bigint/index'
|
|
export * from './boolean/index'
|
|
export * from './clone/index'
|
|
export * from './composite/index'
|
|
export * from './const/index'
|
|
export * from './constructor/index'
|
|
export * from './constructor-parameters/index'
|
|
export * from './date/index'
|
|
export * from './discard/index'
|
|
export * from './enum/index'
|
|
export * from './error/index'
|
|
export * from './exclude/index'
|
|
export * from './extends/index'
|
|
export * from './extract/index'
|
|
export * from './function/index'
|
|
export * from './guard/index'
|
|
export * from './helpers/index'
|
|
export * from './indexed/index'
|
|
export * from './instance-type/index'
|
|
export * from './instantiate/index'
|
|
export * from './integer/index'
|
|
export * from './intersect/index'
|
|
export * from './intrinsic/index'
|
|
export * from './iterator/index'
|
|
export * from './keyof/index'
|
|
export * from './literal/index'
|
|
export * from './mapped/index'
|
|
export * from './module/index'
|
|
export * from './never/index'
|
|
export * from './not/index'
|
|
export * from './null/index'
|
|
export * from './number/index'
|
|
export * from './object/index'
|
|
export * from './omit/index'
|
|
export * from './optional/index'
|
|
export * from './parameters/index'
|
|
export * from './partial/index'
|
|
export * from './patterns/index'
|
|
export * from './pick/index'
|
|
export * from './promise/index'
|
|
export * from './readonly/index'
|
|
export * from './readonly-optional/index'
|
|
export * from './record/index'
|
|
export * from './recursive/index'
|
|
export * from './ref/index'
|
|
export * from './regexp/index'
|
|
export * from './registry/index'
|
|
export * from './required/index'
|
|
export * from './rest/index'
|
|
export * from './return-type/index'
|
|
export * from './schema/index'
|
|
export * from './sets/index'
|
|
export * from './static/index'
|
|
export * from './string/index'
|
|
export * from './symbol/index'
|
|
export * from './symbols/index'
|
|
export * from './template-literal/index'
|
|
export * from './transform/index'
|
|
export * from './tuple/index'
|
|
export * from './type/index'
|
|
export * from './uint8array/index'
|
|
export * from './undefined/index'
|
|
export * from './union/index'
|
|
export * from './unknown/index'
|
|
export * from './unsafe/index'
|
|
export * from './void/index'
|