0.2.2 • Published 6 months ago

@types/validate-objectid v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for validate-objectid 0.2
// Project: https://github.com/ashaffer/validate-objectid#readme
// Definitions by: Rajas Paranjpe <https://github.com/ChocolateLoverRaj>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function validateObjectId(str: string): boolean;

export = validateObjectId;

Additional Details

  • Last updated: Sat, 28 Aug 2021 21:31:30 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Rajas Paranjpe.

0.2.1

7 months ago

0.2.2

6 months ago

0.2.0

3 years ago