UNPKG

@glimmer/interfaces

Version:

Common interfaces shared among all @glimmer/\* projects

6 lines (4 loc) 102 B
declare const CAPABILITIES: unique symbol; export interface Capabilities { [CAPABILITIES]: true; }