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