Moch Lutfi

Results 5 issues of Moch Lutfi

from error log, IE pointing code `this.msToBlob()` as security issue.

`v.3.6.0` version acknowledged as version 0.3.6.0 so latest version if using dep init only get version 3.3.0

Due to the lack of documentation or example. I'm writing simple implementation how to use merapi. Maybe not comprehensive enough (just refers from unit testing), but at single glance anyone...

for example : ``` import { IsNumber, IsOptional } from 'class-validator'; export class RulesReward { @IsNumber() @IsOptional() points?: number; } ``` ![image](https://github.com/user-attachments/assets/8ea22dbc-cf92-4a3d-a7ca-85adf0b890a7)