UNPKG

@amindunited/to-title-case

Version:

Accepts an underscore or dash separated string and returns a copy separated by underscores.

12 lines (10 loc) 259 B
/** * @license * Copyright Robin Buckley. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file */ 'use strict'; const toTitleCase = require('./src'); module.exports = toTitleCase;