UNPKG

@aws-amplify/core

Version:
8 lines (7 loc) 295 B
import { AssertionFunction } from '../types'; export declare enum ServiceWorkerErrorCode { UndefinedInstance = "UndefinedInstance", UndefinedRegistration = "UndefinedRegistration", Unavailable = "Unavailable" } export declare const assert: AssertionFunction<ServiceWorkerErrorCode>;