UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

6 lines (5 loc) 115 B
declare function quote(s: string): string; declare namespace quote { var code: string; } export default quote;