UNPKG

@launchdarkly/js-sdk-common

Version:
8 lines 285 B
import Context from '../../Context'; export default class InputEventBase { readonly kind: string; readonly creationDate: number; readonly context: Context; constructor(kind: string, creationDate: number, context: Context); } //# sourceMappingURL=InputEventBase.d.ts.map