mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 10:40:41 +01:00
server-ts: Port share/shaca/shaca
This commit is contained in:
7
src/share/shaca/shaca.ts
Normal file
7
src/share/shaca/shaca.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
import Shaca from "./shaca-interface";
|
||||
|
||||
const shaca = new Shaca();
|
||||
|
||||
export = shaca;
|
||||
Reference in New Issue
Block a user