1.1.2 • Published 2 years ago

ts-runtime-type v1.1.2

Weekly downloads
-
License
LGPL
Repository
-
Last release
2 years 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

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago