UNPKG

celerichain-ember-cor

Version:

Provides all the core services, decorators and utilities for building a Fleetbase extension for the Console.

6 lines (4 loc) 145 B
import { dasherize } from '@ember/string'; export default function words(string = '') { return dasherize(string).replace(/-/g, ' '); }