This type represents python **kwargs
feature, supporting
passing named arguments to a function.
Example:
function f(kwargs:KwArgs<{a:Int}>) {}
f({a: 10});
This type represents python **kwargs
feature, supporting
passing named arguments to a function.
Example:
function f(kwargs:KwArgs<{a:Int}>) {}
f({a: 10});