@@ -8,8 +8,8 @@ var ns = [];
88
99ns . push ( {
1010 'alias' : 'Uint16Array' ,
11- 'path' : '@stdlib/types/typed-array/uint16array ' ,
12- 'value' : require ( '@stdlib/types/typed-array/uint16array ' ) ,
11+ 'path' : '@stdlib/types/typed-array/uint16 ' ,
12+ 'value' : require ( '@stdlib/types/typed-array/uint16 ' ) ,
1313 'type' : 'Function' ,
1414 'related' : [
1515 '@stdlib/types/typed-array/float32' ,
@@ -44,7 +44,7 @@ ns.push({
4444 '@stdlib/types/typed-array/int16' ,
4545 '@stdlib/types/typed-array/int32' ,
4646 '@stdlib/types/typed-array/int8' ,
47- '@stdlib/types/typed-array/uint16array ' ,
47+ '@stdlib/types/typed-array/uint16 ' ,
4848 '@stdlib/types/typed-array/uint8array' ,
4949 '@stdlib/types/typed-array/uint8clampedarray'
5050 ]
@@ -71,7 +71,7 @@ ns.push({
7171 '@stdlib/types/typed-array/int16' ,
7272 '@stdlib/types/typed-array/int32' ,
7373 '@stdlib/types/typed-array/int8' ,
74- '@stdlib/types/typed-array/uint16array ' ,
74+ '@stdlib/types/typed-array/uint16 ' ,
7575 '@stdlib/types/typed-array/uint32array' ,
7676 '@stdlib/types/typed-array/uint8clampedarray'
7777 ]
@@ -88,7 +88,7 @@ ns.push({
8888 '@stdlib/types/typed-array/int16' ,
8989 '@stdlib/types/typed-array/int32' ,
9090 '@stdlib/types/typed-array/int8' ,
91- '@stdlib/types/typed-array/uint16array ' ,
91+ '@stdlib/types/typed-array/uint16 ' ,
9292 '@stdlib/types/typed-array/uint32array' ,
9393 '@stdlib/types/typed-array/uint8array'
9494 ]
0 commit comments