mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2026-01-02 08:13:50 +01:00
3 lines
98 B
TypeScript
3 lines
98 B
TypeScript
export { default } from "./lib/index.js";
|
|
export type Options = import('./lib/index.js').Options;
|