MyRepo-Ums/node_modules/nice-napi/index.d.ts
2024-01-19 11:09:11 +01:00

4 lines
62 B
TypeScript

declare function nice(inc : number) : number;
export = nice;