mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
declare module "node-pre-gyp" {
|
|
export function find(path: String): any;
|
|
}
|