source: node_modules/es-toolkit/dist/compat/string/deburr.js

Last change on this file was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 294 bytes
Line 
1'use strict';
2
3Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
5const deburr$1 = require('../../string/deburr.js');
6const toString = require('../util/toString.js');
7
8function deburr(str) {
9 return deburr$1.deburr(toString.toString(str));
10}
11
12exports.deburr = deburr;
Note: See TracBrowser for help on using the repository browser.