UNPKG

102 BTypeScriptView Raw
1declare const CAPABILITIES: unique symbol;
2
3export interface Capabilities {
4 [CAPABILITIES]: true;
5}