hoshii / Exports

Hoshii

Table of contents

Namespaces

Classes

Interfaces

Type Aliases

Variables

Functions

Type Aliases

CalendarEventRSVPStatus

Ƭ CalendarEventRSVPStatus: "declined" | "going" | "invited" | "maybe" | "not responded" | "waitlisted"

Defined in

lib/structures/CalendarEventRSVP.ts:4open in new window

Variables

VERSION

Const VERSION: string = pkgJSON.version

Defined in

lib/index.ts:45open in new window

Functions

is

is<T>(input): input is T

Check whether an item is of a certain type

Type parameters

Name
T

Parameters

NameTypeDescription
inputunknownThe item to return true for

Returns

input is T

Defined in

lib/utils/Util.ts:139open in new window

Last Updated:
Contributors: Reinhardt