DefinitelyTyped/types/phone/index.d.ts
2017-03-24 14:27:52 -07:00

8 lines
306 B
TypeScript

// Type definitions for phone 1.0.8
// Project: https://github.com/aftership/phone
// Definitions by: Hagai Cohen <https://github.com/DxCx>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function phone(phoneNumber: string, countryCode?: string): Array<string>;
export = phone;