UNPKG

@polls-platform/core

Version:

Polls Platform core library

7 lines (6 loc) 298 B
export declare const ERROR_PREFIX = "[Polls Platform] "; export declare namespace ErrorMessage { const BAD_CONFIG = "config does not match required schema"; const INIT_REQUIRED = "attempted to use the SDK before initializing"; } export declare function createError(message: string): Error;