@@ -18,7 +18,7 @@ ns.push({
1818 '@stdlib/types/typed-array/int32' ,
1919 '@stdlib/types/typed-array/int8' ,
2020 '@stdlib/types/typed-array/uint32' ,
21- '@stdlib/types/typed-array/uint8array ' ,
21+ '@stdlib/types/typed-array/uint8 ' ,
2222 '@stdlib/types/typed-array/uint8clampedarray'
2323 ]
2424} ) ;
@@ -45,7 +45,7 @@ ns.push({
4545 '@stdlib/types/typed-array/int32' ,
4646 '@stdlib/types/typed-array/int8' ,
4747 '@stdlib/types/typed-array/uint16' ,
48- '@stdlib/types/typed-array/uint8array ' ,
48+ '@stdlib/types/typed-array/uint8 ' ,
4949 '@stdlib/types/typed-array/uint8clampedarray'
5050 ]
5151} ) ;
@@ -62,8 +62,8 @@ ns.push({
6262
6363ns . push ( {
6464 'alias' : 'Uint8Array' ,
65- 'path' : '@stdlib/types/typed-array/uint8array ' ,
66- 'value' : require ( '@stdlib/types/typed-array/uint8array ' ) ,
65+ 'path' : '@stdlib/types/typed-array/uint8 ' ,
66+ 'value' : require ( '@stdlib/types/typed-array/uint8 ' ) ,
6767 'type' : 'Function' ,
6868 'related' : [
6969 '@stdlib/types/typed-array/float32' ,
@@ -90,7 +90,7 @@ ns.push({
9090 '@stdlib/types/typed-array/int8' ,
9191 '@stdlib/types/typed-array/uint16' ,
9292 '@stdlib/types/typed-array/uint32' ,
93- '@stdlib/types/typed-array/uint8array '
93+ '@stdlib/types/typed-array/uint8 '
9494 ]
9595} ) ;
9696
0 commit comments