UNPKG

common-core-pkg

Version:

Common package for all the utils

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