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
Defined in
profectus/src/util/common.ts:5
isFunction
▸ isFunction(func
): func
is Function
Parameters
Name | Type |
---|---|
func | unknown |
Returns
func
is Function
Defined in
profectus/src/util/common.ts:16
isPlainObject
▸ isPlainObject(object
): boolean
Parameters
Name | Type |
---|---|
object | unknown |
Returns
boolean