UNPKG

@bubblewrap/core

Version:

Core Library to generate, build and sign TWA projects

9 lines (8 loc) 252 B
import { EmptyFeature } from './EmptyFeature'; export interface FirstRunFlagConfig { enabled: boolean; queryParameterName: string; } export declare class FirstRunFlagFeature extends EmptyFeature { constructor(config: FirstRunFlagConfig); }