UNPKG

@jakguru/phone-object

Version:

An immutable data structure representing a specific phone number and accompanying methods. It contains class and instance methods of creating, parsing, validating, and formatting phone numbers. Based on google-libphonenumber, which is in turn based on Goo

12 lines (9 loc) 232 B
import '@japa/runner' declare module '@japa/runner' { interface TestContext { // notify TypeScript about custom context properties } interface Test<TestData> { // notify TypeScript about custom test properties } }