static constructors
TypeScript class
(like JavaScript class
) cannot have a static constructor. However, you can get the same effect quite easily by just calling it yourself:
Last updated
Was this helpful?
TypeScript class
(like JavaScript class
) cannot have a static constructor. However, you can get the same effect quite easily by just calling it yourself:
Last updated
Was this helpful?