@haelp/teto
Version:
A typescript-based controllable TETR.IO client.
13 lines (12 loc) • 352 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "docLink", {
enumerable: true,
get: function() {
return docLink;
}
});
const docLink = (target, doc = "Troubleshooting")=>`https://triangle.haelp.dev/documents/${doc}.html#md:${target}`;
//# sourceMappingURL=docs.js.map