dungeon-of-the-day/examples/example-charlatan.js

5 lines
94 B
JavaScript
Raw Permalink Normal View History

2021-03-14 06:41:26 +00:00
const Charlatan = require('charlatan');
let name = Charlatan.Name.name();
console.log(name);