Installation
npm install --save @types/convict-format-with-validator
Summary
This package contains type definitions for convict-format-with-validator (https://github.com/mozilla/node-convict/tree/master/packages/convict-format-with-validator).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/convict-format-with-validator.
index.d.ts
import * as convict from "convict";
declare var validators: {
email: convict.Format;
ipaddress: convict.Format;
url: convict.Format;
};
export = validators;
Additional Details
- Last updated: Mon, 06 Nov 2023 22:41:05 GMT
- Dependencies: @types/convict
Credits
These definitions were written by Louis Tung.