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

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

Added visualizations

  • Property mode set to 100644
File size: 193 bytes
Line 
1import { deburr as deburr$1 } from '../../string/deburr.mjs';
2import { toString } from '../util/toString.mjs';
3
4function deburr(str) {
5 return deburr$1(toString(str));
6}
7
8export { deburr };
Note: See TracBrowser for help on using the repository browser.