mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 05:33:36 +09:00
4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
"use strict"
|
|
|
|
module.exports = require("./render/render")(typeof window !== "undefined" ? window : null)
|