UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

10 lines (8 loc) 306 B
// Type definitions for ajv // Project: https://github.com/sindresorhus/get-port // Definitions by: York Yao <https://github.com/plantain-00/> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module "get-port" { var getPort: () => PromiseLike<number> export = getPort; }