UNPKG

prisma-cache-nosql

Version:

<div> <a href="https://www.npmjs.com/package/prisma-cache-nosql"> <img alt="npm" src="https://img.shields.io/npm/v/prisma-cache-nosql?logo=npm&logoColor=white"> </a> <a href="https://github.com/BearToCode/prisma-cache-nosql/blob/master/LICENSE"> <i

7 lines (4 loc) 146 B
import { Adapter } from './index.js'; declare function adapterMemory(): Adapter; export { adapterMemory }; //# sourceMappingURL=memory.d.ts.map