File system
File system operators
Introduction
Usage
Nabu
Memory storage engine
import Memory from '@tashmet/memory';
import mingo from '@tashmet/mingo';
import fs from '@tashmet/fs';
const store = Memory
.configure({})
.use(mingo())
.use(fs())
.bootstrap();Expression operators
$lstat
$fileExists
$readFile
$basename
$extname
$dirname
$relativePath
$joinPaths
Aggregation stages
$writeFile
$glob
$globMatch
Last updated
Was this helpful?