This repository has been archived on 2026-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
ServerSpacebarOld/dist/Database.d.ts
2021-02-05 16:14:17 +01:00

4 lines
96 B
TypeScript

import { MongoDatabase } from "lambert-db";
declare const db: MongoDatabase;
export default db;