doodlewind / nativebird

🐦 Bluebird alternative within ~200 loc
78 stars 9 forks source link

Implement Bluebird.method(fn) #11

Open talentlessguy opened 2 months ago

talentlessguy commented 2 months ago

Ref: https://github.com/petkaantonov/bluebird/blob/3817d50b9d6aa6ca949073939f428925bd8aae2d/src/method.js#L12-L22

Lionad-Morotar commented 1 month ago

How about this implementation? Umm, I feel like it hasn't been thoroughly tested, even though it passed all the Bluebird.method test cases.

https://github.com/doodlewind/nativebird/compare/main...feat-method


image image