UNPKG

81 BTypeScriptView Raw
1interface Module {
2 name: string;
3 directory: string;
4}
5export { Module };