UNPKG
node-mailjet
Version:
latest (6.0.9)
6.0.9
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.1.1
5.1.0
5.0.1
5.0.0
4.0.1
4.0.0
3.4.1
3.4.0
3.3.13
3.3.12
3.3.11
3.3.10
3.3.9
3.3.8
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
3.1.0
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.2
2.0.1
1.1.0
1.0.3
Mailjet API client
github.com/mailjet/mailjet-apiv3-nodejs
mailjet/mailjet-apiv3-nodejs
node-mailjet
/
declarations
/
utils
/
setValueIfNotNil.d.ts
4 lines
(3 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
import
{
TObject
}
from
'../types'
;
declare
function
setValueIfNotNil
(
targetObject
:
TObject
.
UnknownRec
,
path
:
string
,
value
:
unknown
):
void
;
export
default
setValueIfNotNil;