8 lines
217 B
JavaScript
Raw Normal View History

2026-05-31 13:21:13 +02:00
/**
* @typedef {import('./lib/index.js').Check} Check
* @typedef {import('./lib/index.js').Test} Test
* @typedef {import('./lib/index.js').TestFunction} TestFunction
*/
export {is, convert} from './lib/index.js'