mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 18:43:21 +08:00
10 lines
348 B
TypeScript
10 lines
348 B
TypeScript
// Type definitions for mongo-sanitize 1.0
|
|
// Project: https://github.com/vkarpov15/mongo-sanitize
|
|
// Definitions by: Cedric Cazin <https://github.com/CedricCazin>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.3
|
|
|
|
export function sanitize<T extends object>(v: T): T;
|
|
|
|
export as namespace mongoSanitize;
|