js-awe
Version:
Awesome js utils including - plan: An Asynchronous control flow with a functional taste - Chrono: record and visualize timelines in the console
6 lines • 325 B
TypeScript
export function sanitize(obj: any, sanitizers: string[], noSanitzedUptoLogLevel: any): any;
export function lengthSanitizer(_: any, value: any): string;
export function bearerSanitizer(_: any, bearerToken: any): string;
import { anonymize } from "./anonymize.js";
export { anonymize };
//# sourceMappingURL=sanitizer.d.ts.map