Closed mattyork closed 6 years ago
In types.d.ts the export is declared like this:
export default windowStateKeeper;
However, in the source a default export is not used:
module.exports = function (options) {
The type def should change to be
export = windowStateKeeper
In types.d.ts the export is declared like this:
However, in the source a default export is not used:
The type def should change to be