mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-06 21:21:32 +08: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;
|