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
/
crud-to-cas
/
util.d.ts
3 lines
(2 loc)
•
123 B
TypeScript
View Raw
1
2
3
import
type
{
FsLocation
}
from
'../fsa-to-node/types'
;
export
declare
const
hashToLocation
:
(
hash
:
string
) =>
FsLocation
;