nestjs-api-tools
Version:
Wrappers for convenient API development including validation, logging and i18n wrappers
4 lines (3 loc) • 314 B
TypeScript
export declare function createJsonReplacer(fieldNamesToExclude: string[]): (key: string, val: string | any) => any | undefined;
export declare function replacer(obj: Record<string, any>, keysToExclude: string[]): Record<string, any>;
export declare function replaceRussianLettersForSearch(search: string): string;