mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
ffffd447f2
Change-Type: patch
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>>;
|
|
}
|