UNPKG

convconv

Version:
12 lines (11 loc) 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONVENTIONS = void 0; exports.CONVENTIONS = [ "kebab", "camel", "screaming-kebab", "pascal", "snake", "screaming-snake", ];