Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
193 B

# -*- mode: snippet -*-
# uuid: edfbca80-e069-46cd-a034-b1523e57c4a4
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
# name: describeBlock
# key: desc
# --
describe('$1', () => {
$0
})