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

36 lines (35 loc) 1.16 kB
{ "entryPoints": ["index.ts"], "out": "docs", "plugin": ["typedoc-plugin-coverage"], "coverageLabel": "Covers", "excludeExternals": true, "excludePrivate": true, "excludeProtected": true, "excludeInternal": true, "name": "@jakguru/phone-object", "readme": "readme.docs.md", "theme": "default", "hideGenerator": true, "includeVersion": false, "searchInComments": true, "sourceLinkTemplate": "https://github.com/jakguru/phone-object/blob/{gitRevision}/{path}#L{line}", "sidebarLinks": { "Github Repository": "https://github.com/jakguru/phone-object" }, "validation": { "notExported": true, "invalidLink": true, "notDocumented": true }, "externalSymbolLinkMappings": { "typescript": { "defaultMaxListeners": "https://nodejs.org/api/events.html#events_emitter_defaultmaxlisteners", "Promise": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise" }, "amqplib": { "Channel": "https://amqp-node.github.io/amqplib/channel_api.html#channel", "ConfirmChannel": "https://amqp-node.github.io/amqplib/channel_api.html#confirmchannel" } } }