source:
node_modules/es-toolkit/dist/compat/function/once.mjs@
a762898
| Last change on this file since a762898 was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 126 bytes | |
| Line | |
|---|---|
| 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.
