0

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>'

bondif
  • 308
  • 1
  • 5
  • 18
  • If you want to do something that works in JavaScript, but does not compile in TypeScript you can always use // @ts-ignore. – wederer Apr 20 '20 at 12:39
  • I agree with you, but I'm looking for a way to do it natively in TS – bondif Apr 20 '20 at 12:44

0 Answers0