trilium/src/becca/becca.ts
2024-04-02 23:22:45 +03:00

8 lines
99 B
TypeScript

"use strict";
import Becca from "./becca-interface";
const becca = new Becca();
export = becca;