UNPKG

file-lane

Version:

File conversion tool, can be one-to-one, one to N, N to one

10 lines (9 loc) 160 B
/** * IFileLaneContext */ export default interface IFileLaneContext { cwd: string; projectPath: string; output: string; [key: string]: any; }