UNPKG

tinacms

Version:

[![GitHub license](https://img.shields.io/github/license/tinacms/tinacms?color=blue)](https://github.com/tinacms/tinacms/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/tinacms.svg?style=flat)](https://www.npmjs.com/package/tinacms) [![Bui

4 lines (3 loc) 201 B
import type { Cache } from './index'; export declare const makeCacheDir: (dir: string, fs: any, path: any, os: any) => Promise<string>; export declare const NodeCache: (dir: string) => Promise<Cache>;