source:
node_modules/es-toolkit/dist/compat/toolkit.mjs
| Last change on this file was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 229 bytes | |
| Line | |
|---|---|
| 1 | import * as compat from './compat.mjs'; |
| 2 | |
| 3 | const toolkit = ((value) => { |
| 4 | return value; |
| 5 | }); |
| 6 | Object.assign(toolkit, compat); |
| 7 | toolkit.partial.placeholder = toolkit; |
| 8 | toolkit.partialRight.placeholder = toolkit; |
| 9 | |
| 10 | export { toolkit }; |
Note:
See TracBrowser
for help on using the repository browser.
