Files
docs/node_modules/unist-util-is/index.js

8 lines
217 B
JavaScript
Raw Normal View History

2025-08-27 14:05:33 +08: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'