ft_transcendence/pong/node_modules/@nestjs/cli/commands/abstract.command.js
2023-05-02 19:15:50 +02:00

10 lines
242 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AbstractCommand = void 0;
class AbstractCommand {
constructor(action) {
this.action = action;
}
}
exports.AbstractCommand = AbstractCommand;