@@ -17,7 +17,7 @@ ns.push({
1717 '@stdlib/types/typed-array/int16' ,
1818 '@stdlib/types/typed-array/int32' ,
1919 '@stdlib/types/typed-array/int8' ,
20- '@stdlib/types/typed-array/uint32array ' ,
20+ '@stdlib/types/typed-array/uint32 ' ,
2121 '@stdlib/types/typed-array/uint8array' ,
2222 '@stdlib/types/typed-array/uint8clampedarray'
2323 ]
@@ -35,8 +35,8 @@ ns.push({
3535
3636ns . push ( {
3737 'alias' : 'Uint32Array' ,
38- 'path' : '@stdlib/types/typed-array/uint32array ' ,
39- 'value' : require ( '@stdlib/types/typed-array/uint32array ' ) ,
38+ 'path' : '@stdlib/types/typed-array/uint32 ' ,
39+ 'value' : require ( '@stdlib/types/typed-array/uint32 ' ) ,
4040 'type' : 'Function' ,
4141 'related' : [
4242 '@stdlib/types/typed-array/float32' ,
@@ -72,7 +72,7 @@ ns.push({
7272 '@stdlib/types/typed-array/int32' ,
7373 '@stdlib/types/typed-array/int8' ,
7474 '@stdlib/types/typed-array/uint16' ,
75- '@stdlib/types/typed-array/uint32array ' ,
75+ '@stdlib/types/typed-array/uint32 ' ,
7676 '@stdlib/types/typed-array/uint8clampedarray'
7777 ]
7878} ) ;
@@ -89,7 +89,7 @@ ns.push({
8989 '@stdlib/types/typed-array/int32' ,
9090 '@stdlib/types/typed-array/int8' ,
9191 '@stdlib/types/typed-array/uint16' ,
92- '@stdlib/types/typed-array/uint32array ' ,
92+ '@stdlib/types/typed-array/uint32 ' ,
9393 '@stdlib/types/typed-array/uint8array'
9494 ]
9595} ) ;
0 commit comments