RecipleRegistryCache
namespace
RecipleRegistryCache
sourceexport namespace RecipleRegistryCache export namespace RecipleRegistryCacheinterface
CacheEntry
sourceexport interface CacheEntry export interface CacheEntrytypeAlias
CommandData
sourceexport type CommandData = Exclude<AnyCommandData, MessageCommand.Data> export type CommandData = Exclude<AnyCommandData, MessageCommand.Data>function
checkClientIfEnabled
sourceexport function checkClientIfEnabled(config: Config): boolean export function checkClientIfEnabled(config: Config): boolean| Param | Type | Required |
|---|---|---|
| | Yes |
Returns:
boolean booleanfunction
createCommandsHash
sourceexport function createCommandsHash(commands: Exclude<AnyCommandData, MessageCommand.Data>[]): string export function createCommandsHash(commands: Exclude<AnyCommandData, MessageCommand.Data>[]): string| Param | Type | Required |
|---|---|---|
| | Yes |
Returns:
string stringfunction
createConfigHash
sourceexport function createConfigHash(config: Config): string export function createConfigHash(config: Config): string| Param | Type | Required |
|---|---|---|
| | Yes |
Returns:
string stringfunction
stringifyValue
sourceexport function stringifyValue(object: any): string export function stringifyValue(object: any): string| Param | Type | Required |
|---|---|---|
| | Yes |
Returns:
string string