source:
frontend/node_modules/get-proto/index.d.ts
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 126 bytes | |
| Line | |
|---|---|
| 1 | declare function getProto<O extends object>(object: O): object | null; |
| 2 | |
| 3 | declare const x: typeof getProto | null; |
| 4 | |
| 5 | export = x; |
Note:
See TracBrowser
for help on using the repository browser.
