@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
7 lines • 325 B
TypeScript
/**
* 2024-09-07: Migrated from the same folder in fps-library-v2/banner...
*/
export declare const callFunctionNTimes: (func: any, n: number) => any[];
export declare const add1XX2XXChars: (input: string) => string;
export declare const rem1XX2XXChars: (input: string) => string;
//# sourceMappingURL=sauce.d.ts.map