UNPKG
@uploadx/gcs
Version:
latest (7.0.2)
next (4.2.0-alpha.1)
7.0.2
7.0.1
7.0.0
6.2.1
6.2.0
6.1.9
6.1.8
6.1.7
6.1.6
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.0
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.0
4.5.0
4.4.2
4.4.1
4.4.0
4.3.0
4.2.3
4.2.2
4.2.1
4.2.0
4.2.0-alpha.1
4.2.0-alpha.0
Uploadx GCS module
github.com/kukhariev/node-uploadx
kukhariev/node-uploadx
@uploadx/gcs
/
lib
/
gcs-env.d.ts
3 lines
(2 loc)
•
128 B
TypeScript
View Raw
1
2
3
import
{
GCStorageOptions
}
from
'./gcs-storage'
;
export
declare
const
fromEnv
:
(
prefix
?:
string
) =>
Partial
<
GCStorageOptions
>;