index.js 217 B

1234567
  1. /**
  2. * @typedef {import('./lib/index.js').Check} Check
  3. * @typedef {import('./lib/index.js').Test} Test
  4. * @typedef {import('./lib/index.js').TestFunction} TestFunction
  5. */
  6. export {is, convert} from './lib/index.js'