7 lines
81 B
Text
7 lines
81 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: Fat arrow function
|
||
|
# key: faf
|
||
|
# --
|
||
|
() => {
|
||
|
$1
|
||
|
}
|