@scalar/api-client
Version:
the open source API testing client
11 lines (10 loc) • 353 B
JavaScript
import { getMediaTypeConfig as i, isTextMediaType as p, mediaTypes as t, textMediaTypes as o } from "./mediaTypes.js";
import { ADD_AUTH_DICT as a, ADD_AUTH_OPTIONS as d } from "./new-auth-options.js";
export {
a as ADD_AUTH_DICT,
d as ADD_AUTH_OPTIONS,
i as getMediaTypeConfig,
p as isTextMediaType,
t as mediaTypes,
o as textMediaTypes
};