You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,35 +109,36 @@ console.log(name.emoji);
109
109
110
110
111
111
112
+
## :memo: Documentation
112
113
113
-
## :question: Get Help
114
114
115
-
There are few ways to get help:
115
+
### `get(name)`
116
+
Gets the emoji character (unicode) by providing the name.
116
117
118
+
#### Params
117
119
120
+
-**String**`name`: The emoji name.
118
121
119
-
1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.
120
-
2. For bug reports and feature requests, open issues. :bug:
121
-
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:
122
+
#### Return
123
+
-**String** The emoji character (unicode).
122
124
123
125
124
126
125
127
126
128
127
129
128
130
129
-
## :memo: Documentation
130
131
131
132
132
-
### `get(name)`
133
-
Gets the emoji character (unicode) by providing the name.
133
+
## :question: Get Help
134
134
135
-
#### Params
135
+
There are few ways to get help:
136
136
137
-
-**String**`name`: The emoji name.
138
137
139
-
#### Return
140
-
-**String** The emoji character (unicode).
138
+
139
+
1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.
140
+
2. For bug reports and feature requests, open issues. :bug:
141
+
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:
0 commit comments