UNPKG

@bentoboxes/nova-utils

Version:

This set of utilities are intended to

7 lines (6 loc) 185 B
export const MIME_TYPES = { PLAIN_TEXT: "text/plain", JSON: "application/json", FORM_URL_ENCODED: "application/x-www-form-urlencoded", FORM_MULTI_PART: "multipart/form-data" };