Appearance
type PrimitiveFnArg = string | number | boolean;
Defined in: renderer/type.ts:110
Primitive function arguments.
1.0.0
Simon Kovtyk