UNPKG

ryuu

Version:

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

7 lines 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isValidJSName(name) { return name.match ? !name.match(/[^a-zA-Z\$\_\d]+/) : false; } exports.default = isValidJSName; //# sourceMappingURL=isValidJSName.js.map