UNPKG

@marteye/studio-cli

Version:

CLI for MartEye Studio API

11 lines (8 loc) 226 B
'use strict'; const underscore = function (str) { return str.replace(/([A-Z])/g, function (_, match) { return "_" + match.toLowerCase(); }); }; exports.underscore = underscore; //# sourceMappingURL=underscore.js.map