UNPKG
@pipedream/platerecognizer
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.1
Pipedream Plate Recognizer Components
pipedream.com/apps/platerecognizer
@pipedream/platerecognizer
/
common
/
utils.mjs
7 lines
(6 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
const
checkTmp
= (
filename
) => {
if
(!filename.
startsWith
(
"/tmp"
)) {
return
`/tmp/
${filename}
`
; }
return
filename; };