Skip to content

Releases: program-farm/extralib-js-class-validator

Add CheckSize for set

12 Oct 16:50
Compare
Choose a tag to compare

Example

class Foo {
  @CheckSize({min: 1, max: 4})
  propertyName: Set<any>
}

Release first beta version

21 Sep 00:16
Compare
Choose a tag to compare
Pre-release

News

  • IsSet