Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"use strict";

/* istanbul ignore next: @docblocks @exports */
const camelCase = require("./camelCase");

const classNames = require("./classNames");

const firstToUpperCase = require("./firstToUpperCase");

const firstToLowerCase = require("./firstToLowerCase");

const match = require("./match");

const trim = require("./trim");

const split = require("./split");

const charCodeAtZero = require("./charCodeAtZero");

const charCodeAt = require("./charCodeAt");

const hasUnicode = require("./hasUnicode"); // const quote = require('./quote')

/**
 * @symb 🎀
 * @member string
 * @type {Object}
 */


module.exports = {
  camelCase,
  classNames,
  firstToUpperCase,
  firstToLowerCase,
  match,
  trim,
  split,
  charCodeAtZero,
  charCodeAt,
  hasUnicode
};