server-ts: Port share/shaca/shaca

This commit is contained in:
Elian Doran
2024-04-09 22:39:43 +03:00
parent 0865e90cae
commit b3c2602620
7 changed files with 43 additions and 39 deletions

7
src/share/shaca/shaca.ts Normal file
View File

@@ -0,0 +1,7 @@
"use strict";
import Shaca from "./shaca-interface";
const shaca = new Shaca();
export = shaca;