8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
612ed4f
Full Changelog: 6.1.0...6.2.0
3f9f0b5
See 6.2.0
6.2.0
02b54ad
35efcd5
unicode
snn
Full Changelog: 6.0.0...6.1.0
1d508c8
See 6.1.0
6.1.0
ccea465
89f62a1
// From CommonJS var franc = require('franc') franc('') franc.all('') // To ESM import {franc, francAll} from 'franc' franc('') francAll('')
7f55473
See 6.0.0
6.0.0
0eb2b90
eeefb13