mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
363 B
TypeScript
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;
|