mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 13:47:52 +00:00
5 lines
130 B
TypeScript
5 lines
130 B
TypeScript
|
declare module 'nplugm' {
|
||
|
import Promise = require('bluebird');
|
||
|
export function list(regexp: RegExp): Promise<Array<string>>;
|
||
|
}
|