UNPKG

@sudoo/marked

Version:

JavaScript & TypeScript code runner in JavaScript, safe with marked territory, asynchronous

8 lines (7 loc) 178 B
/** * @author WMXPY * @namespace Declare * @description Error List */ import { ERROR_CODE } from "./error-code"; export declare const ERROR_LIST: Record<ERROR_CODE, string>;