Remove newlines
This commit is contained in:
parent
b86f9c0be8
commit
6ee56b8445
1 changed files with 0 additions and 3 deletions
|
@ -4,9 +4,6 @@
|
|||
export type MIMEType = string & { _mimeTypeBrand: any };
|
||||
|
||||
export const isJPEG = (value: MIMEType): boolean => value === 'image/jpeg';
|
||||
|
||||
export const isImage = (value: MIMEType): boolean => value.startsWith('image/');
|
||||
|
||||
export const isVideo = (value: MIMEType): boolean => value.startsWith('video/');
|
||||
|
||||
export const isAudio = (value: MIMEType): boolean => value.startsWith('audio/');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue