lightning-fs
lightning-fs copied to clipboard
Usage in Typescript
Can you please let me about using this in TypeScript. currently there are no typings available.
Error:
Try `npm install @types/isomorphic-git__lightning-fs` if it exists or add a new declaration (.d.ts) file containing `declare module '@isomorphic-git/lightning-fs';`ts(7016)
See my pull request.
Looks like this PR was landed, and also a DT package was published since this issue was created, although it needs adjustment to work correctly in strict mode (see: https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/58917).
Is there a maintainer who can publish a new package to npm including the index.d.ts from #51? Or should we improve the DT types?