here is the code const bip39 = require("bip39") const hey = () =>{ const worddd = 'arrow wear carbon enact shadow expand sword custom tape ice display deliver' const yrsss = bip39.validateMnemonic(worddd) if (yrsss) { console.log(true) } } hey()
here is the code
const bip39 = require("bip39")
const hey = () =>{
const worddd = 'arrow wear carbon enact shadow expand sword custom tape ice display deliver'
const yrsss = bip39.validateMnemonic(worddd)
if (yrsss) {
console.log(true)
}
}
hey()