UNPKG

@volare.finance/volare.js

Version:
13 lines (12 loc) 261 B
/** * @file errors.ts * @author astra <astra@volare.com> * @date 2022 */ export declare const CONTROLLER: { [key: string]: string; }; export declare const LIB_ACTIONS: { [key: string]: string; }; export declare function reason(tag: string): string;