UNPKG

tdl-client-nodejs

Version:

A NodeJs client that allows users to get up to speed with the TDL system.

17 lines (13 loc) 313 B
"use strict"; module.exports.getNewRoundDescription = { shortName: "new", name: "getNewRoundDescription", }; module.exports.deployToProduction = { shortName: "deploy", name: "deployToProduction", }; module.exports.all = [ module.exports.getNewRoundDescription, module.exports.deployToProduction ];