This commit is contained in:
Liyas Thomas 2020-09-29 23:40:33 +05:30
parent 7e1e61f8af
commit 50fd8926d6
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
import { isJSONContentType } from "~/helpers/utils/contenttypes"
export const JSFetchCodegen = {
id: "js-fetch",
name: "JavaScript Fetch",

View file

@ -1,3 +1,5 @@
import { isJSONContentType } from "~/helpers/utils/contenttypes"
export const JSXHRCodegen = {
id: "js-xhr",
name: "JavaScript XHR",