mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-07 22:11:31 +08:00
8 lines
99 B
TypeScript
8 lines
99 B
TypeScript
![]() |
"use strict";
|
||
|
|
||
|
import Shaca from "./shaca-interface";
|
||
|
|
||
|
const shaca = new Shaca();
|
||
|
|
||
|
export = shaca;
|