UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

14 lines (9 loc) 406 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const deburr = require('./deburr.js'); const camelCase$1 = require('../../string/camelCase.js'); const normalizeForCase = require('../_internal/normalizeForCase.js'); function camelCase(str) { return camelCase$1.camelCase(normalizeForCase.normalizeForCase(deburr.deburr(str))); } exports.camelCase = camelCase;