* Package name : node-types-filesystem
Version : 0.0.29
Upstream Author : Kon
* URL : https://www.npmjs.com/package/@types/filesystem
* License : MIT
Programming Lang: TypeScript
Description : type definitions for File System API
The latest version of Chromium (which is bundled in Qt WebEngine) has some
TypeScript code that I am trying to build with system compiler and types
definitions (otherwise I will have to bundle its node_modules directory…).
I have found virtual packages like node-types-codemirror and node-types-estree
that provide some types needed by Chromium.
But one of the missing bits is @types/filesystem/index.d.ts, which I was not
able to find anywhere.
It is available on NPM with the link mentioned above.