chore: split app to commons and web (squash commit)
This commit is contained in:
5
packages/hoppscotch-common/src/helpers/curl/index.ts
Normal file
5
packages/hoppscotch-common/src/helpers/curl/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { flow } from "fp-ts/function"
|
||||
import { cloneDeep } from "lodash-es"
|
||||
import { parseCurlCommand } from "./curlparser"
|
||||
|
||||
export const parseCurlToHoppRESTReq = flow(parseCurlCommand, cloneDeep)
|
||||
Reference in New Issue
Block a user