9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
# -*- mode: snippet -*-
|
|
# uuid: b845ab40-1e04-4d11-bb0c-14266e733945
|
|
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
|
|
# name: console.assert
|
|
# key: cas
|
|
# group: console
|
|
# --
|
|
|
|
console.assert(${1:expression}, ${2:object}) |