@decaf-ts/fabric-weaver
Version:
template for ts projects
8 lines (7 loc) • 335 B
TypeScript
export declare const COMMA_SEPARATOR = ",";
export declare const COLON_SEPARATOR = ":";
export declare const PIPE_SEPARATOR = "|";
export declare const SLASH_SEPARATOR = "/";
export declare const NAME_PLACEHOLDER = "##NAME##";
export declare const VERSION_PLACEHOLDER = "##VER##";
export declare const ENTRY_PLACEHOLDER = "##ENTRY##";