Is there a way to override notifySubscribers
in TypeScript version of knockout.js ?
What I want exactly is a TypeScript version of this answer: https://stackoverflow.com/a/17984353/7296938
Because with that code, I get TS2339: Property 'withPausing' does not exist on type 'ObservableFunctions<any>'