Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
RunKit + npm: lodash.deburr
node v8.17.0
endpoint
share
tweet
var de = require("lodash.deburr") const tester = "—" console.log("charcode: " + tester.charCodeAt(0) + ", after deburr: " + de(tester).charCodeAt(0));
Created from: https://npm.runkit.com/lodash.deburr
Loading…
Clone and edit this document