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