source: node_modules/ts-toolbelt/out/Any/x.d.ts

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 136 bytes
Line 
1declare const _: unique symbol;
2/**
3 * A placeholder that is used in various ways
4 */
5export declare type x = typeof _ & {};
6export {};
Note: See TracBrowser for help on using the repository browser.