5 lines
259 B
TypeScript
5 lines
259 B
TypeScript
export { fromJs } from "./lib/index.js";
|
|
export type Options = import('./lib/index.js').Options;
|
|
export type Version = import('./lib/index.js').Version;
|
|
export type Plugin = import('./lib/index.js').Plugin;
|
|
export type Value = import('./lib/index.js').Value;
|