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