diff options
author | Minteck <contact@minteck.org> | 2021-12-21 16:52:28 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-21 16:52:28 +0100 |
commit | 46e43f4bde4a35785b4997b81e86cd19f046b69b (patch) | |
tree | c53c2f826f777f9d6b2d249dab556feb72a6c3a6 /src/node_modules/class-validator/esm2015/validation/ValidationArguments.js.map | |
download | langdetect-46e43f4bde4a35785b4997b81e86cd19f046b69b.tar.gz langdetect-46e43f4bde4a35785b4997b81e86cd19f046b69b.tar.bz2 langdetect-46e43f4bde4a35785b4997b81e86cd19f046b69b.zip |
Commit
Diffstat (limited to 'src/node_modules/class-validator/esm2015/validation/ValidationArguments.js.map')
-rw-r--r-- | src/node_modules/class-validator/esm2015/validation/ValidationArguments.js.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_modules/class-validator/esm2015/validation/ValidationArguments.js.map b/src/node_modules/class-validator/esm2015/validation/ValidationArguments.js.map new file mode 100644 index 0000000..ffdbd2a --- /dev/null +++ b/src/node_modules/class-validator/esm2015/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 |