Const
Function
check_email_mask: (email: string) => booleanNamespace
configTypes: ConfigTypesConfig variables types
Function
deleteConfig: (key: string) => Promise<void>Delete config variable
Get base url
Get latest npm version
Function
getAllConfig: () => Promise<void | ConfigTypes>Get all config variables list
Function
getConfig: (key: string, def?: any) => Promise<any>Get Config variable value by key (contract)
Function
remove_from_menu: (item: RemoveFromMenuOpts) => Promise<void>Remove from menu
Function
setConfig: (key: string, value: any) => Promise<void>Set config variable value by key
Check email mask