UNPKG

feature-toggle-client

Version:

feature-toggle-client

4 lines (3 loc) 68 B
export interface IToggleable { checkFeatures(): Promise<any>; }