fuse-box
Version:
Fuse-Box a bundler that does it right
8 lines (7 loc) • 417 B
TypeScript
export declare type AbsPath = "AbsolutePath" | string;
export declare type RelPath = "RelativePath" | string;
export declare type AbsFile = "AbsoluteFilePath" | string;
export declare type RelFile = "RelativeFilePath" | string;
export declare type AbsDir = "AbsoluteDirectory" | string;
export declare type RelDir = "RelativeDirectory" | string;
export declare type ArithmeticStr = "[,>,],+[,-,**,^,~,!,*." | string;