Files
skills-here-run-place/node_modules/unist-util-is/index.d.ts
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

5 lines
249 B
TypeScript

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";
//# sourceMappingURL=index.d.ts.map