UNPKG

@creamapi/cream

Version:

Concise REST API Maker - An extension library for express to create REST APIs faster

6 lines (5 loc) 241 B
/** * This is a collection of mime types and should be updgraded * or better deduced from another existing type */ export type MessageType = 'application/json' | 'image/jpeg' | 'text/html' | 'text/css' | 'text/javascript' | 'text/plain';