Files
portfolio2023/build/node_modules/@jsdevtools/ono/esm/singleton.d.ts
T
2023-11-24 22:35:41 +01:00

4 lines
108 B
TypeScript

import { OnoSingleton } from "./types";
declare const singleton: OnoSingleton;
export { singleton as ono };