package.index.d.ts 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!
export type Check = import('./lib/index.js').Check
export type Test = import('./lib/index.js').Test
export type TestFunction = import('./lib/index.js').TestFunction
export {is, convert} from './lib/index.js'