4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
declare module "node-pre-gyp" {
|
|
export function find(path: String): any;
|
|
}
|