UNPKG

@szegedsw/lib-node

Version:

A little framework published by Szeged Software Zrt. in order to enhance api endpoint security and create reuseable code. Email module, Logging system, and much more. Further improvements are expected.

3 lines 208 B
export declare const repeat: (n: number) => (f: (x: number) => any) => (x: number) => any; export declare const times: (n: number) => (f: (x: number) => any) => any; //# sourceMappingURL=repeat-times.d.ts.map