UNPKG

97 BPlain TextView Raw
1export interface NpmOperationalInternal {
2 readonly host: string;
3 readonly tmp: string;
4}