Outlook_Addin_LLM/node_modules/@jsdevtools/ono/cjs/index.d.ts

6 lines
133 B
TypeScript
Raw Normal View History

import { ono } from "./singleton";
export { Ono } from "./constructor";
export * from "./types";
export { ono };
export default ono;