UNPKG

@zmotivat0r/mrepo

Version:

Awesome Typescript Monorepo Generator

7 lines (6 loc) 106 B
export interface IBuildsCache { [key: string]: { src?: string; lib?: string; }; }