package.index.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unist-util-is Show documentation
Show all versions of unist-util-is Show documentation
unist utility to check if a node passes a test
The newest version!
/**
* @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'