v0.19.2
Improvements & bug fixes
- Changes the TypeScript typings for
ResourceStoreContext
to be an emptyinterface
instead of anany
typedtype
, so that consumers of the library can do a module declaration to extend theResourceStoreContext
to type their own code. #142 - Compile typescript with isolatedModules to remove types from runtime code. #147