1.1.0 • Published 2 years ago
custom-util v1.1.0
custom-util
Install
npm install custom-util --saveor
yarn add custom-utilUsage
import { hyphenate } from 'custom-util';
hyphenate('SomeElement') // 'some-element'npm install custom-util --saveor
yarn add custom-utilimport { hyphenate } from 'custom-util';
hyphenate('SomeElement') // 'some-element'