MyRepo-Ums/node_modules/nice-napi/index.d.ts

4 lines
62 B
TypeScript
Raw Normal View History

2024-01-19 10:09:11 +00:00
declare function nice(inc : number) : number;
export = nice;