UNPKG

@warp-works/warpjs-utils

Version:

Utility functions for WarpJS and plugins

10 lines (7 loc) 187 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (key) { return key.replace(/@/g, '').replace(/[/_]/g, '-').toUpperCase(); };