UNPKG

common-core-pkg

Version:

Common package for all the utils

5 lines (4 loc) 134 B
import { S3Service } from "./s3.service"; export declare class DefaultS3Service extends S3Service { constructor(name?: string); }