UNPKG

@btfuse/core

Version:

A native-first framework for building hybdrid web-native applications

11 lines (10 loc) 244 B
/** * Some common data types */ export declare enum ContentType { TEXT = "text/plain", JSON = "application/json", JAVASCRIPT = "text/javascript",// RFC 9239 WASM = "application/wasm", BINARY = "application/octet-stream" }