UNPKG
@pushrocks/smartstring
Version:
latest (4.0.7)
4.0.7
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
3.0.26
3.0.25
3.0.24
3.0.23
3.0.22
3.0.21
3.0.20
3.0.19
3.0.18
3.0.17
3.0.14
3.0.13
3.0.11
3.0.10
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.1
3.0.0
handle strings in smart ways. TypeScript ready.
gitlab.com/pushrocks/smartstring
@pushrocks/smartstring
/
dist_ts
/
smartstring.docker.d.ts
7 lines
(6 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * converts an erray of env strings from docker remote api to an usable object. *
@param
envArrayArg
*
@returns
{
} */
export
declare
const
makeEnvObject
:
(
envArrayArg
:
string
[]
) =>
{};