Create a type token.
const Spell = Type<Spell>("Spell"); Copy
const Spell = Type<Spell>("Spell");
@NO_SIDE_EFFECTS
Type token of null.
null
container.resolve(Type.Null); // => null Copy
container.resolve(Type.Null); // => null
Type token of undefined.
undefined
container.resolve(Type.Undefined); // => undefined Copy
container.resolve(Type.Undefined); // => undefined
Create a type token.