dhershman1 / phone-fns

A small modern, and functional phone number library
https://phone-fns.dusty.codes/
MIT License
16 stars 1 forks source link

Typo of the 'extension' property in the Breakdown interface #14

Open JonBee opened 1 month ago

JonBee commented 1 month ago

Description The Typescript definitions incorrectly define the shape of the object returned by the breakdown function making the 'extension' property inaccessible by default.

JonBee commented 1 month ago

Submitted a PR with a fix: https://github.com/dhershman1/phone-fns/pull/15