wooorm / franc

Natural language detection

Home Page:https://wooorm.com/franc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Mehran-Jalali opened this issue · comments

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 }

commented

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