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
/
fsSynchronousApiList.d.ts
3 lines
(2 loc)
•
124 B
TypeScript
View Raw
1
2
3
import
type
{
FsSynchronousApi
}
from
'../types'
;
export
declare
const
fsSynchronousApiList
:
Array
<keyof
FsSynchronousApi
>;