UNPKG

es-toolkit

Version:

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

13 lines (8 loc) 294 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const deburr$1 = require('../../string/deburr.js'); const toString = require('../util/toString.js'); function deburr(str) { return deburr$1.deburr(toString.toString(str)); } exports.deburr = deburr;