File tree Expand file tree Collapse file tree 3 files changed +2023
-2928
lines changed Expand file tree Collapse file tree 3 files changed +2023
-2928
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## Table of contents
6
6
7
- ### Type aliases
7
+ ### Type Aliases
8
8
9
9
- [ NumberParseable] ( README.md#numberparseable )
10
10
11
11
### Functions
12
12
13
13
- [ isNumberParseable] ( README.md#isnumberparseable )
14
14
15
- ## Type aliases
15
+ ## Type Aliases
16
16
17
17
### NumberParseable
18
18
@@ -22,7 +22,7 @@ A Branded Type for values parseable to number.
22
22
23
23
#### Defined in
24
24
25
- [ index.ts:4] ( https://github.com/VitorLuizC/typescript-library-boilerplate/blob/e351731 /src/index.ts#L4 )
25
+ [ index.ts:4] ( https://github.com/VitorLuizC/typescript-library-boilerplate/blob/d232a15 /src/index.ts#L4 )
26
26
27
27
## Functions
28
28
@@ -32,7 +32,8 @@ A Branded Type for values parseable to number.
32
32
33
33
Check if value is parseable to number.
34
34
35
- ** ` example ` **
35
+ ** ` Example ` **
36
+
36
37
``` js
37
38
isNumberParseable (' AAAA' );
38
39
// => false
@@ -54,7 +55,3 @@ return Number(value);
54
55
#### Returns
55
56
56
57
value is NumberParseable
57
-
58
- #### Defined in
59
-
60
- [ index.ts:24] ( https://github.com/VitorLuizC/typescript-library-boilerplate/blob/e351731/src/index.ts#L24 )
You can’t perform that action at this time.
0 commit comments