add lisp packages
This commit is contained in:
8
lisp/yasnippet-snippets/snippets/js-mode/exd
Normal file
8
lisp/yasnippet-snippets/snippets/js-mode/exd
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# uuid: b9a77d53-af00-4acc-90e5-0259edef0326
|
||||
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
|
||||
# name: exportDestructing
|
||||
# key: exd
|
||||
# --
|
||||
|
||||
export { $2 } from '${1:module}'$0
|
||||
Reference in New Issue
Block a user