UNPKG

@amplitude/analytics-core

Version:
4 lines 225 B
import { Event } from '../types/event/event'; import { Result } from '../types/result'; export declare const buildResult: (event: Event, code?: number, message?: string) => Result; //# sourceMappingURL=result-builder.d.ts.map