Remove newlines

pull/1/head
Daniel Gasienica 7 years ago
parent b86f9c0be8
commit 6ee56b8445

@ -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…
Cancel
Save