1.1.2 • Published 11 months ago

ts-runtime-type v1.1.2

Weekly downloads
-
License
LGPL
Repository
-
Last release
11 months ago

description

Flexible runtime types, which make runtime types consistent with compile-time types, can extract type definitions from a definition and create instance objects, such as

let ss=obj({
  test:cvalue(Array<number>),
  hello:obj({
    test:value(()=>1)
  })
})

let sa:InstanceOfType<typeof ss>;
let tt=DefinitionUtils.CreateInstance(ss);
1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago