mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
phone typings where exported as default, it seems like it is not fully compitable. changed to export =.
8 lines
306 B
TypeScript
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;
|