dinoloop-es8
Version:
A lightweight REST API Library for building scalable Node.js server-side applications powered by Typescript
10 lines • 759 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// DinoResponse is just an abstraction over IDinoProperties
// IDinoProperties have all the properties which exist on res.locals.dino.
// DinoResponse abstracts and exposes its subset to end consumer.
// limited API is provided, not to confuse the user with IDinoProperties.
class DinoResponse {
}
exports.DinoResponse = DinoResponse;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGluby5yZXNwb25zZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9tb2R1bGVzL2VudGl0aWVzL2Rpbm8ucmVzcG9uc2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSwyREFBMkQ7QUFDM0QsMEVBQTBFO0FBQzFFLGlFQUFpRTtBQUNqRSx5RUFBeUU7QUFDekU7Q0FVQztBQVZELG9DQVVDIn0=