UNPKG

ryuu

Version:

Domo App Dev Studio CLI, The main tool used to create, edit, and publish app designs to Domo

4 lines 152 B
export default function isValidJSName(name) { return name.match ? !name.match(/[^a-zA-Z$_\d]+/) : false; } //# sourceMappingURL=isValidJSName.js.map