UNPKG

@aws-amplify/core

Version:
6 lines (5 loc) 183 B
import { AssertionFunction } from '../types'; export declare enum I18nErrorCode { NotConfigured = "NotConfigured" } export declare const assert: AssertionFunction<I18nErrorCode>;