UNPKG

ember-template-lint

Version:
8 lines (5 loc) 228 B
'use strict'; const dasherizeComponentName = require('../helpers/dasherize-component-name'); module.exports = function (name) { return typeof name === 'string' && name.length > 0 && dasherizeComponentName(name) === name; };