UNPKG
@ezdevlol/memfs
Version:
latest (4.23.0)
4.23.0
In-memory file-system with Node's fs API.
github.com/streamich/memfs
streamich/memfs
@ezdevlol/memfs
/
lib
/
node
/
lists
/
fsCommonObjectsList.d.ts
3 lines
(2 loc)
•
137 B
TypeScript
View Raw
1
2
3
import
type
{
FsCommonObjects
}
from
'../types/FsCommonObjects'
;
export
declare
const
fsCommonObjectsList
:
Array
<keyof
FsCommonObjects
>;