wooorm / franc

Natural language detection
https://wooorm.com/franc/
MIT License
4.07k stars 175 forks source link

err "The requested module does not provide an export named 'default'" #110

Closed Mehran-Jalali closed 1 year ago

Mehran-Jalali commented 1 year ago

in line 79 of index.js Use the 'default' keyword when exporting a value from a file . like : 79 export default function franc(value, options) { 80 return francAll(value, options)[0][0] 81 }

wooorm commented 1 year ago

See the readme. Use import {franc} from 'franc'. Not import franc from 'franc'