wanted_modules icon indicating copy to clipboard operation
wanted_modules copied to clipboard

shlex for Deno

Open lambtron opened this issue 3 years ago • 1 comments

https://docs.python.org/3/library/shlex.html

and

https://github.com/rgov/node-shlex

lambtron avatar Mar 29 '22 02:03 lambtron

import { quote } from 'https://esm.sh/shlex'

console.log(quote("can't"))

wobsoriano avatar Apr 03 '22 23:04 wobsoriano