Files
smartstring/dist/smartstring.docker.d.ts

8 lines
215 B
TypeScript
Raw Normal View History

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