UNPKG

@haiku/player

Version:

Haiku Player is a JavaScript library for building user interfaces

10 lines 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function normalizeName(tagName) { if (tagName[0] === tagName[0].toUpperCase()) { return tagName + '-component'; } return tagName; } exports.default = normalizeName; //# sourceMappingURL=normalizeName.js.map