Skip to content

Commit 879893e

Browse files
committed
Update namespace
1 parent 13b23ec commit 879893e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

lib/node_modules/@stdlib/datasets/lib/data.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,17 @@ setReadOnly( datasets, 'CMUDICT', require( '@stdlib/datasets/cmudict' ) );
103103
*/
104104
setReadOnly( datasets, 'DALE_CHALL_NEW', require( '@stdlib/datasets/dale-chall-new' ) );
105105

106+
/**
107+
* @private
108+
* @name EMOJI
109+
* @memberof datasets
110+
* @readonly
111+
* @constant
112+
* @type {Function}
113+
* @see {@link module:@stdlib/datasets/emoji}
114+
*/
115+
setReadOnly( datasets, 'EMOJI', require( '@stdlib/datasets/emoji' ) );
116+
106117
/**
107118
* @private
108119
* @name FEMALE_FIRST_NAMES_EN

lib/node_modules/@stdlib/datasets/lib/names.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"BERNDT_CPS_WAGES_1985": "berndt-cps-wages-1985",
66
"CMUDICT": "cmudict",
77
"DALE_CHALL_NEW": "dale-chall-new",
8+
"EMOJI": "emoji",
89
"FEMALE_FIRST_NAMES_EN": "female-first-names-en",
910
"FRB_SF_WAGE_RIGIDITY": "frb-sf-wage-rigidity",
1011
"HARRISON_BOSTON_HOUSE_PRICES": "harrison-boston-house-prices",

0 commit comments

Comments
 (0)