JavaScript SDK 0.5.2
Fixed
Explicitly declare void as the return type for functions which return nothing - this allows our package to work with typescript's
strict:true
option (#253)Declare ambient types for our npm package instead of exports as we do not yet export anything from the package (#252)
Prior change: JavaScript SDK 0.5.1
Following change: JavaScript SDK 0.5.3