moxystudio / node-proper-lockfile

An inter-process and inter-machine lockfile utility that works on a local or network file system.
MIT License
239 stars 38 forks source link

lockfilePath missing in interface LockOptions #73

Closed hogacz closed 5 years ago

hogacz commented 5 years ago

Hello, documentation is mentioning lockfilePath option that is exactly what I need, but it's not defined in the LockOptions interface. Edit: at least in index.d.ts

satazor commented 5 years ago

Hello,

We don’t have any index.d.ts file not maintain typescript defs, maybe it’s defined in other repo?

hogacz commented 5 years ago

Thanks, indeed, you are right. I'm new to TS world and I thought it's a kind of bundle. Sorry.

hogacz commented 5 years ago

Here is a package with types: https://www.npmjs.com/package/@types/proper-lockfile