Files
hoppscotch/packages/hoppscotch-common/src/helpers/terndoc/pw-pre.json
Muhammed Ajmal M 4cba03e53f feat(js-sandbox): add pw.env.unset method (#3677)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
2024-01-23 22:31:27 +05:30

13 lines
277 B
JSON

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