diff options
Diffstat (limited to 'users/wpcarro/emacs/.emacs.d/snippets/rjsx-mode/action-extractor')
-rw-r--r-- | users/wpcarro/emacs/.emacs.d/snippets/rjsx-mode/action-extractor | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/snippets/rjsx-mode/action-extractor b/users/wpcarro/emacs/.emacs.d/snippets/rjsx-mode/action-extractor new file mode 100644 index 000000000000..62834a29ab04 --- /dev/null +++ b/users/wpcarro/emacs/.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 |