jsm-utilities
Version:
A utilities library.
11 lines (10 loc) • 407 B
TypeScript
/**
* @generator Jsm
* @author dr. Salmi <reevosolutions@gmail.com>
* @since 24-02-2024 20:47:22
*/
export declare const sanitizeKeys: (obj: any) => any;
export declare const sanitizeObjectBooleans: (obj: any) => any;
export declare function fragmentObjectId(str: string): string;
export declare function ressembleObjectId(str: string): string;
export declare const hashString: (str: string) => number;