mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 06:03:39 +09:00
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
"use strict"
|
|
|
|
var m = require("./index")
|
|
if (typeof module !== "undefined") module["exports"] = m
|
|
else window.m = m
|