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
/
util.d.ts
3 lines
(2 loc)
•
138 B
TypeScript
View Raw
1
2
3
import
{
CrudCollection
}
from
'./types'
;
export
declare
const
assertType
:
(
type
:
CrudCollection
,
method
:
string
,
klass
:
string
) =>
void
;