source:
node_modules/es-toolkit/dist/compat/toolkit.d.mts
| Last change on this file was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 223 bytes | |
| Rev | Line | |
|---|---|---|
| [a762898] | 1 | import * as compat from './compat.mjs'; |
| 2 | ||
| 3 | type ToolkitFn = (value: any) => any; | |
| 4 | type Compat = typeof compat; | |
| 5 | interface Toolkit extends ToolkitFn, Compat { | |
| 6 | } | |
| 7 | declare const toolkit: Toolkit; | |
| 8 | ||
| 9 | export { type Toolkit, toolkit }; |
Note:
See TracBrowser
for help on using the repository browser.
