UNPKG

@modern-js/module-tools

Version:

Simple, powerful, high-performance modern npm package development solution.

6 lines (5 loc) 113 B
export interface ModuleContext { isTsProject: boolean; appDirectory: string; srcDirectory: string; }