mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-12 21:31:36 +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;
|