index.d.ts 208 B

1234
  1. export type Check = import('./lib/index.js').Check
  2. export type Test = import('./lib/index.js').Test
  3. export type TestFunction = import('./lib/index.js').TestFunction
  4. export {is, convert} from './lib/index.js'