3 lines
94 B
TypeScript
3 lines
94 B
TypeScript
export { raw } from "./lib/index.js";
|
|
export type Options = import('./lib/index.js').Options;
|