@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
22 lines • 911 B
TypeScript
/**
* 2024-09-07: Migrated from the same folder in fps-library-v2/banner/features/Tricky/...
*/
/**
* usage: testTricky(['test string1','test string2','test string3'])
* return: [ true, false, true ]
* @param tests
*/
export declare function testTenantA(): boolean;
export declare function testTenantC2(): boolean;
export declare function testTenantFPT(): boolean;
export declare function testTenantFPS(): boolean;
export declare function testTenants(): boolean[];
/**
*
* @param tests This should be array of longer strings
* @param testArray This should be array of shorter strings to be found in longer strings
*/
export declare function testTricky(tests: string[], testArray?: string[]): boolean[];
export declare function ecrptMe(str: string, key1?: string, key2?: string): string;
export declare function dcrptMe(str: string): string;
//# sourceMappingURL=logfun.d.ts.map