mirror of
https://github.com/cupcakearmy/morphus.git
synced 2025-12-15 19:04:59 +00:00
google cloud storage
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import DeviceDetector from 'device-detector-js'
|
||||
import Avif from 'caniuse-db/features-json/avif.json'
|
||||
import WebP from 'caniuse-db/features-json/webp.json'
|
||||
import DeviceDetector from 'device-detector-js'
|
||||
|
||||
const detector = new DeviceDetector()
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { validateSync, ValidationError as VE, ValidatorOptions } from 'class-validator'
|
||||
import { createHash } from 'crypto'
|
||||
import { validateSync, ValidatorOptions, ValidationError as VE } from 'class-validator'
|
||||
import { PassThrough, Readable } from 'stream'
|
||||
|
||||
export class ValidationError extends Error {
|
||||
|
||||
Reference in New Issue
Block a user