source:
node_modules/es-toolkit/dist/compat/string/deburr.mjs@
a762898
| Last change on this file since a762898 was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 193 bytes | |
| Rev | Line | |
|---|---|---|
| [a762898] | 1 | import { deburr as deburr$1 } from '../../string/deburr.mjs'; |
| 2 | import { toString } from '../util/toString.mjs'; | |
| 3 | ||
| 4 | function deburr(str) { | |
| 5 | return deburr$1(toString(str)); | |
| 6 | } | |
| 7 | ||
| 8 | export { deburr }; |
Note:
See TracBrowser
for help on using the repository browser.
