UNPKG

@jeanmemory/node

Version:

Node.js SDK for Jean Memory - Power your Next.js and other Node.js backends with a perfect memory

7 lines 178 B
/** * Basic test for Jean Memory Node.js SDK * Run with: node dist/test.js */ declare function testSDK(): Promise<void>; export { testSDK }; //# sourceMappingURL=test.d.ts.map