source:
imaps-frontend/node_modules/get-proto/index.d.ts@
79a0317
Last change on this file since 79a0317 was 79a0317, checked in by , 3 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.