smartstring/dist/smartstring.docker.d.ts

8 lines
215 B
TypeScript
Raw Normal View History

2016-05-25 03:06:19 +00:00
import "typings-global";
2016-05-01 12:02:48 +00:00
/**
* converts an erray of env strings from docker remote api to an usable object.
* @param envArrayArg
* @returns {}
*/
export declare let makeEnvObject: (envArrayArg: string[]) => {};