I hereby claim:
- I am hoangphunam0604 on github.
- I am hoangphunam (https://keybase.io/hoangphunam) on keybase.
- I have a public key ASBgHHyqwxdfIS4DX2KgvX_n5-qx5u1usYyV47QAmQocgwo
To claim this, I am signing this object:
| // REFERENCE UNICODE TABLES: | |
| // http://www.rikai.com/library/kanjitables/kanji_codes.unicode.shtml | |
| // http://www.tamasoft.co.jp/en/general-info/unicode.html | |
| // | |
| // TEST EDITOR: | |
| // http://www.gethifi.com/tools/regex | |
| // | |
| // UNICODE RANGE : DESCRIPTION | |
| // | |
| // 3000-303F : punctuation |
| <?php | |
| //get_number_very_small_decimal_digits(0.000000000097232321312312); | |
| // return (string) 0.000000000097232321312312 | |
| //get_number_very_small_decimal_digits(0.000000098765); | |
| // return (string) 0.000000098765 | |
| //get_number_very_small_decimal_digits(0.0000000000987); | |
| // return (string) 0.0000000000987 |
| import { ValidationArguments, ValidatorConstraintInterface } from 'class-validator'; | |
| import { Connection, EntitySchema, FindConditions, ObjectType } from 'typeorm'; | |
| interface UniqueValidationArguments<E> extends ValidationArguments { | |
| constraints: [ | |
| ObjectType<E> | EntitySchema<E> | string, | |
| ((validationArguments: ValidationArguments) => FindConditions<E>) | keyof E, | |
| ]; | |
| } |
I hereby claim:
To claim this, I am signing this object: