boats
Version:
Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.
8 lines (7 loc) • 436 B
TypeScript
export declare const METHODS: string[];
export declare const TMP_COMPILED_DIR_NAME = ".boats_tmp_dir";
export declare const GIT_DIRECTORY_SNIPPET_CACHE = ".boats-snippet-cache";
export declare const LOG_GREEN = "'\u001B[32m%s\u001B[0m'";
export declare const LOG_GREEN_BOLD = "\u001B[32m\u001B[1m%s\u001B[0m";
export declare const LOG_RED = "\u001B[31m%s\u001B[0m";
export declare const LOG_RED_BOLD = "\u001B[31m\u001B[1m%s\u001B[0m";