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