Skip to content

Commit 12b58e8

Browse files
committed
removed types from readme
1 parent 4641394 commit 12b58e8

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const ${1:name} = yield ${2:value}
8181

8282
### Flow Control
8383

84-
#### `if` if statement
84+
#### `i` if statement
8585
```js
8686
if (${1:condition}) {
8787
${0}
@@ -413,15 +413,6 @@ return new Promise((resolve, reject) => {
413413
})
414414
```
415415

416-
### Types
417-
418-
#### `S⇥` String
419-
#### `N⇥` Number
420-
#### `O⇥` Object
421-
#### `A⇥` Array
422-
#### `D⇥` Date
423-
#### `Rx⇥` RegExp
424-
425416
#### `tof⇥` typeof comparison
426417
```js
427418
typeof ${1:source} === '${2:undefined}'

0 commit comments

Comments
 (0)