UNPKG

@lenka/alchemist

Version:
6 lines (5 loc) 153 B
declare class AlchemistError extends Error { constructor(code: string, ...args: (string | number)[]); code: string; } export { AlchemistError };