Overview

Macoolka Store Instance about file system.


Table of contents


buildStore (function)

build a MonadFileStore with a root path

Signature


export const buildStore = (root: string): MonadFileStore & { root: string } => ...

Example

import * as path from 'path'
import buildStore from 'macoolka-store-local'
const store = buildStore(path.join(__dirname, 'fixtures', 'tests'))

Added in v0.2.0

showFile (export)

Signature


Show<Partial<FileWhereUniqueInput>>

Added in v0.2.0