Closed willgm closed 2 years ago
The custom TypedArray type were replaced by the new BufferSource type on TS 4.5.
TypedArray
BufferSource
BREAKING CHANGE: Some type definitions on the public API needed to be changed due to TypeScript
:tada: This PR is included in version 3.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
The custom
TypedArray
type were replaced by the newBufferSource
type on TS 4.5.BREAKING CHANGE: Some type definitions on the public API needed to be changed due to TypeScript