@@ -19,7 +19,7 @@ ns.push({
1919 '@stdlib/types/typed-array/int8' ,
2020 '@stdlib/types/typed-array/uint32' ,
2121 '@stdlib/types/typed-array/uint8' ,
22- '@stdlib/types/typed-array/uint8clampedarray '
22+ '@stdlib/types/typed-array/uint8c '
2323 ]
2424} ) ;
2525
@@ -46,7 +46,7 @@ ns.push({
4646 '@stdlib/types/typed-array/int8' ,
4747 '@stdlib/types/typed-array/uint16' ,
4848 '@stdlib/types/typed-array/uint8' ,
49- '@stdlib/types/typed-array/uint8clampedarray '
49+ '@stdlib/types/typed-array/uint8c '
5050 ]
5151} ) ;
5252
@@ -73,14 +73,14 @@ ns.push({
7373 '@stdlib/types/typed-array/int8' ,
7474 '@stdlib/types/typed-array/uint16' ,
7575 '@stdlib/types/typed-array/uint32' ,
76- '@stdlib/types/typed-array/uint8clampedarray '
76+ '@stdlib/types/typed-array/uint8c '
7777 ]
7878} ) ;
7979
8080ns . push ( {
8181 'alias' : 'Uint8ClampedArray' ,
82- 'path' : '@stdlib/types/typed-array/uint8clampedarray ' ,
83- 'value' : require ( '@stdlib/types/typed-array/uint8clampedarray ' ) ,
82+ 'path' : '@stdlib/types/typed-array/uint8c ' ,
83+ 'value' : require ( '@stdlib/types/typed-array/uint8c ' ) ,
8484 'type' : 'Function' ,
8585 'related' : [
8686 '@stdlib/types/typed-array/float32' ,
0 commit comments