mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
8 lines
108 B
TypeScript
8 lines
108 B
TypeScript
"use strict";
|
|
|
|
import Shaca from "./shaca-interface.js";
|
|
|
|
const shaca = new Shaca();
|
|
|
|
export default shaca;
|