Files
hoppscotch/packages/hoppscotch-common/src/helpers/terndoc/pw-pre.json
2022-12-02 03:05:35 -05:00

12 lines
243 B
JSON

{
"!name": "pw-pre",
"pw": {
"env": {
"set": "fn(key: string, value: string)",
"get": "fn(key: string) -> string",
"getResolve": "fn(key: string) -> string",
"resolve": "fn(value: string) -> string"
}
}
}