DefinitelyTyped/types/mongo-sanitize/index.d.ts
Olga Isakova ac041e3704
Version 2.7
import foo from "foo" from CommonJS modules is only possible since TS v2.7
2019-03-10 23:45:18 +03:00

10 lines
363 B
TypeScript

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