UNPKG

@appotter/nestjs-s3

Version:

NestJS provider to integrates with AWS S3

5 lines (4 loc) 250 B
import { UploadedFile } from './interfaces'; export declare const trimLastSlash: (str: string | undefined) => string; export declare const getFileExtension: (file: UploadedFile) => string; export declare const hasExtension: (str: string) => boolean;