UNPKG

@types/convict-format-with-validator

Version:
29 lines (21 loc) 957 B
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/convict-format-with-validator/index.d.ts) ````ts import convict = require("convict"); declare var validators: { email: convict.Format; ipaddress: convict.Format; url: convict.Format; }; export = validators; ```` ### Additional Details * Last updated: Fri, 24 Oct 2025 04:02:41 GMT * Dependencies: [@types/convict](https://npmjs.com/package/@types/convict) # Credits These definitions were written by [Louis Tung](https://github.com/louis79719).