@@ -156,6 +156,17 @@ The dataset bundle, `stdlib-datasets-cmudict`, contains the [CMU Pronouncing Dic
156156 </script >
157157```
158158
159+ The dataset bundle, ` stdlib-datasets-emoji ` , contains [ emoji datasets] [ @stdlib/datasets/emoji ] .
160+
161+ ``` html
162+ <script type =" text/javascript" src =" /path/to/stdlib-datasets-emoji.min.js" ></script >
163+ <script type =" text/javascript" >
164+ // If no recognized module system present, exposed to global scope:
165+ var dataset = stdlib_datasets_emoji .EMOJI ;
166+ console .log ( dataset () );
167+ </script >
168+ ```
169+
159170The dataset bundle, ` stdlib-datasets-img ` , contains images.
160171
161172``` html
@@ -248,6 +259,10 @@ The dataset bundle, `stdlib-datasets-suthaharan-single-hop-sensor-network`, cont
248259
249260<!-- </bundle-stats> -->
250261
262+ <!-- <bundle-stats files="stdlib-datasets-emoji.min.js,stdlib-datasets-emoji.min.js.gz"> -->
263+
264+ <!-- </bundle-stats> -->
265+
251266<!-- <bundle-stats files="stdlib-datasets-img.min.js,stdlib-datasets-img.min.js.gz"> -->
252267
253268| stdlib-datasets-img.min.js | stdlib-datasets-img.min.js.gz |
@@ -375,6 +390,8 @@ The help bundle, `stdlib-flat-help`, contains help texts for packages exposed in
375390
376391[ @stdlib/datasets/cmudict ] : https://github.com/stdlib-js/stdlib
377392
393+ [ @stdlib/datasets/emoji ] : https://github.com/stdlib-js/stdlib
394+
378395[ @stdlib/datasets/moby-dick ] : https://github.com/stdlib-js/stdlib
379396
380397[ @stdlib/datasets/sotu ] : https://github.com/stdlib-js/stdlib
0 commit comments