4 lines
101 B
TypeScript
4 lines
101 B
TypeScript
|
|
import { GameExporter } from "../types.ts";
|
||
|
|
|
||
|
|
export class MongoDBExporter implements GameExporter {}
|