mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
8 lines
99 B
TypeScript
8 lines
99 B
TypeScript
|
|
"use strict";
|
||
|
|
|
||
|
|
import Shaca from "./shaca-interface";
|
||
|
|
|
||
|
|
const shaca = new Shaca();
|
||
|
|
|
||
|
|
export = shaca;
|