UNPKG

antler

Version:
7 lines (6 loc) 265 B
import { Level } from './types'; export declare const CWD: string; export declare const UTF8 = "utf8"; export declare const MESSAGE_PREFIX = "[ Antler ] "; export declare const CONFIG_FILE_NAME = ".antlerrc.json"; export declare const LEVELS: ReadonlyArray<Level>;