source:
node_modules/ts-toolbelt/out/Any/x.d.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 136 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 1 | declare const _: unique symbol; |
2 | /** | |
3 | * A placeholder that is used in various ways | |
4 | */ | |
5 | export declare type x = typeof _ & {}; | |
6 | export {}; |
Note:
See TracBrowser
for help on using the repository browser.