UNPKG
@pipedream/sonix
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.0
0.0.1
Pipedream Sonix Components
pipedream.com/apps/sonix
@pipedream/sonix
/
common
/
utils.mjs
7 lines
(6 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
const
checkTmp
= (
filename
) => {
if
(filename.
indexOf
(
"/tmp"
) === -
1
) {
return
`/tmp/
${filename}
`
; }
return
filename; };