selfrefactor / rambda

Faster and smaller alternative to Ramda

Home Page:https://selfrefactor.github.io/rambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tools.d.ts lost from npm package

victordidenko opened this issue · comments

Looks like file tools.d.ts is absent in NPM package...

$ tsc
node_modules/rambda/index.d.ts:1:22 - error TS6053: File '.../node_modules/rambda/tools.d.ts' not found.

1 /// <reference path="./tools.d.ts" />
                       ~~~~~~~~~~~~

I tried yarn and npm both

Obviously it is not included in files declaration in package.json. Will fix it right away.

Sorry, I've never published my own packages on NPM yet, so it was not obvious for me 🤷‍♂️

Learn something useless every day :)

Within 1 hour patch will be deployed.

Now there is no index.d.ts and no types at all 🙇
Screenshot 2019-05-27 at 20 51 02

my bad

Should be fine now

All is good, thank you!