Appearance
import { subsOn } from "grantlibs"; 或; const { subsOn } = require("grantlibs");
subsOn(name: string, fn: Function)
无
subsOn("test", function t1() { console.log("hello world"); });