// Type definitions for mongo-sanitize 1.0 // Project: https://github.com/vkarpov15/mongo-sanitize // Definitions by: Cedric Cazin , Olga Isakova // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.7 declare function sanitize(v: T): T; export = sanitize;