diff options
Diffstat (limited to 'src/node_modules/class-validator/esm5/validation/ValidationArguments.js.map')
-rw-r--r-- | src/node_modules/class-validator/esm5/validation/ValidationArguments.js.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_modules/class-validator/esm5/validation/ValidationArguments.js.map b/src/node_modules/class-validator/esm5/validation/ValidationArguments.js.map new file mode 100644 index 0000000..ffdbd2a --- /dev/null +++ b/src/node_modules/class-validator/esm5/validation/ValidationArguments.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../src/validation/ValidationArguments.ts"],"names":[],"mappings":"","file":"ValidationArguments.js","sourcesContent":["/**\n * Arguments being sent to message builders - user can create message either by simply returning a string,\n * either by returning a function that accepts MessageArguments and returns a message string built based on these arguments.\n */\nexport interface ValidationArguments {\n\n /**\n * Validating value.\n */\n value: any;\n\n /**\n * Constraints set by this validation type.\n */\n constraints: any[];\n\n /**\n * Name of the target that is being validated.\n */\n targetName: string;\n\n /**\n * Object that is being validated.\n */\n object: Object;\n\n /**\n * Name of the object's property being validated.\n */\n property: string;\n \n}"],"sourceRoot":".."}
\ No newline at end of file |