Add MIME type

This commit is contained in:
Daniel Gasienica 2018-04-11 18:35:24 -04:00
parent 65bf34d1b8
commit b50c55172d

1
ts/types/MIME.ts Normal file
View file

@ -0,0 +1 @@
export type MIMEType = string & { _mimeTypeBrand: any };