UNPKG

@asi-ngtools/lib

Version:

This project is a little components library, simple to use, which will help you to simplify your project.

9 lines (8 loc) 224 B
export declare class AsiMimeType { extension: string; mimeType: string; static PDF: AsiMimeType; static DOC: AsiMimeType; static DOCX: AsiMimeType; constructor(extension: string, mimeType: string); }