source:
imaps-frontend/node_modules/get-proto/index.d.ts
Last change on this file was 79a0317, checked in by , 2 weeks ago | |
---|---|
|
|
File size: 126 bytes |
Rev | Line | |
---|---|---|
[79a0317] | 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.