// Type definitions for ajv // Project: https://github.com/sindresorhus/get-port // Definitions by: York Yao // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module "get-port" { var getPort: () => PromiseLike export = getPort; }