diff options
Diffstat (limited to 'configs/shared/.emacs.d/snippets/rjsx-mode/action-extractor')
-rw-r--r-- | configs/shared/.emacs.d/snippets/rjsx-mode/action-extractor | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/shared/.emacs.d/snippets/rjsx-mode/action-extractor b/configs/shared/.emacs.d/snippets/rjsx-mode/action-extractor new file mode 100644 index 000000000000..62834a29ab04 --- /dev/null +++ b/configs/shared/.emacs.d/snippets/rjsx-mode/action-extractor @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: exactness +# key: $x +# -- +$Exact<$Call<typeof $1>> \ No newline at end of file |