deno.land / x / phonenumber@v3.4.0 / webpack / src / index.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
import PhoneNumber from 'awesome-phonenumber'
const div = document.createElement( 'div' );div.id = 'rootdiv';
const pn = new PhoneNumber( '+46707123456' );div.innerHTML = `Formatted: ${pn.getNumber('national')}`;
document.documentElement.appendChild( div );
phonenumber

Version Info

Tagged at
a year ago