Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b4c50b0

Browse files
committed
refactor: let user choose equality operator in tof
1 parent cdf4d68 commit b4c50b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎snippets/javascript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198

199199
"typeof": {
200200
"prefix": "tof",
201-
"body": "typeof ${1:source} === 0ドル",
201+
"body": "typeof ${1:source} ${2:=}== 0ドル",
202202
"description": "Hyper: typeof"
203203
},
204204
"instanceof": {

‎snippets/typescript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223

224224
"typeof": {
225225
"prefix": "tof",
226-
"body": "typeof ${1:source} === 0ドル",
226+
"body": "typeof ${1:source} ${2:=}== 0ドル",
227227
"description": "Hyper: typeof"
228228
},
229229
"instanceof": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /