UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

4 lines (3 loc) 219 B
import type { Converter } from '../targets.js'; export type PowershellCommand = 'Invoke-RestMethod' | 'Invoke-WebRequest'; export declare const generatePowershellConvert: (command: PowershellCommand) => Converter<any>;