UNPKG
@tryghost/gcs-adapter
Version:
latest (2.0.1)
rc (2.0.2-rc.1)
2.0.2-rc.1
2.0.1
2.0.0
1.0.2
Ghost GCS Storage Adapter
github.com/tryghost/ghost-gcs-adapter
tryghost/ghost-gcs-adapter
@tryghost/gcs-adapter
/
dist
/
cjs
/
lib
/
util.cjs
10 lines
(7 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
require
(
'@tryghost/config'
); var errors =
require
(
'lo/errors'
);
require
(
'node:path'
);
class
GCSAdapterError
extends
errors
.
BaseError
{ static code =
'ERR_GCS_ADAPTER'
; } exports.GCSAdapterError = GCSAdapterError;