Installation
npm install --save @types/validate-objectid
Summary
This package contains type definitions for validate-objectid (https://github.com/ashaffer/validate-objectid#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/validate-objectid.
index.d.ts
declare function validateObjectId(str: string): boolean;
export = validateObjectId;
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: none
Credits
These definitions were written by Rajas Paranjpe.