mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-08 03:00:02 +00:00
TS version back to 2.3
I tested with 3.3 and thought the comment referred to the latest compatible version. But yes, 3.3 is not a requirement.
This commit is contained in:
2
types/mongo-sanitize/index.d.ts
vendored
2
types/mongo-sanitize/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// 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: 3.3
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
declare function sanitize<T>(v: T): T;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user