Module: util/common
Functions
camelToTitle
▸ camelToTitle(camel
): string
Parameters
Name | Type |
---|---|
camel | string |
Returns
string
Defined in
profectus/src/util/common.ts:3
isFunction
▸ isFunction(func
): func
is Function
Parameters
Name | Type |
---|---|
func | unknown |
Returns
func
is Function
Defined in
profectus/src/util/common.ts:14
isPlainObject
▸ isPlainObject(object
): boolean
Parameters
Name | Type |
---|---|
object | unknown |
Returns
boolean