Script Kit Logo
Script Kit
by John Lindquist

Scripts by pyronaur

Snippets on Steroids

pyronaur's avatar
Nauris Pūķis
// Name: Expand TS
<script lang="ts">
$SELECTION$
$CURSOR$
const argument = '$$arg("Anything to say?")$$';
const clipboard = '$CLIPBOARD$';
const number = '$$arg("What is the magic number?", ['42', '7', '8'])$$';
</script>