UNPKG

ts-logs

Version:

This package provide a skd for audit and manager logs in nodejs and express

4 lines 194 B
import { IMask } from "../types"; export declare const MaskAttribute: <T extends {}>(mask: IMask, object: T) => T; export default MaskAttribute; //# sourceMappingURL=mask-attribute.util.d.ts.map