Module: util/common
Enumerations
Type Aliases
WithRequired
Ƭ WithRequired<T
, K
>: T
& { [P
in K
]-?: T
[P
] }
Type parameters
Name | Type |
---|---|
T | T |
K | extends keyof T |
Defined in
profectus/src/util/common.ts:1
Functions
camelToTitle
▸ camelToTitle(camel
): string
Parameters
Name | Type |
---|---|
camel | string |
Returns
string
isFunction
▸ isFunction(func
): func
is Function
Parameters
Name | Type |
---|---|
func | unknown |
Returns
func
is Function