UNPKG
@dawans/promptshield
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
Secure your LLM stack with enterprise-grade RulePacks for AI safety scanning
x.com/Sawyer0
@dawans/promptshield
/
dist
/
application
/
commands
/
list
/
ListCommand.js
13 lines
(12 loc)
•
274 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ListCommand
=
void
0
;
/** * List command data transfer object */
class
ListCommand
{
constructor
(
options
) {
this
.
options
= options; } }
exports
.
ListCommand
=
ListCommand
;