mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
9 lines
95 B
Plaintext
9 lines
95 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: describeBlock
|
|
# key: desc
|
|
# --
|
|
|
|
describe('$1', () => {
|
|
$0
|
|
})
|