UNPKG

tdl-client-nodejs

Version:

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

8 lines (5 loc) 120 B
"use strict"; function FatalErrorResponse(message) { this.message = message; } module.exports = FatalErrorResponse;