BackburnerJS / backburner.js

A rewrite of the Ember.js run loop as a generic microlibrary
MIT License
392 stars 80 forks source link

add typescript method definitions to `.later` #330

Closed bekzod closed 6 years ago

rwjblue commented 6 years ago

CI is failing due to type issues:

lib/index.ts(404,12): error TS2556: Expected 1-6 arguments, but got a minimum of 0.
rwjblue commented 6 years ago

Maybe a rebase will fix this now?

bekzod commented 6 years ago

doing now

bekzod commented 6 years ago

now passes