UNPKG

@dawans/promptshield

Version:

Secure your LLM stack with enterprise-grade RulePacks for AI safety scanning

14 lines (13 loc) 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InitCommand = void 0; /** * Init command data transfer object */ class InitCommand { constructor(filename, options) { this.filename = filename; this.options = options; } } exports.InitCommand = InitCommand;