12 lines
273 B
Text
12 lines
273 B
Text
|
# key: module
|
||
|
# name: module
|
||
|
# expand-env: ((yas-indent-line (quote fixed)))
|
||
|
# condition: (= (length "module") (current-column))
|
||
|
# --
|
||
|
/**
|
||
|
* @fileOverview $1
|
||
|
* @name ${2:`(file-name-nondirectory (buffer-file-name))`}
|
||
|
* @author Griffin Smith
|
||
|
* @license Proprietary
|
||
|
*/
|
||
|
$3
|