source:
frontend/node_modules/es-shim-unscopables/index.d.ts
| Last change on this file was 9af201e, checked in by , 2 weeks ago | |
|---|---|
|
|
| File size: 261 bytes | |
| Line | |
|---|---|
| 1 | type Unscopableable = string & { |
| 2 | [K in keyof typeof Array.prototype]: |
| 3 | typeof Array.prototype[K] extends Function ? K : never |
| 4 | }[keyof typeof Array.prototype]; |
| 5 | |
| 6 | declare function shimUnscopables(method: Unscopableable): void; |
| 7 | |
| 8 | export = shimUnscopables; |
Note:
See TracBrowser
for help on using the repository browser.
