Module: WebRChan
Table of contents
Interfaces
Type Aliases
Functions
Type Aliases
EvalRMessageOutputType
Ƭ EvalRMessageOutputType: "void" | "boolean" | "boolean[]" | "number" | "number[]" | "string" | "string[]"
Defined in
webR/webr-chan.ts:124
ShelterID
Ƭ ShelterID: string
Defined in
webR/chan/task-common.ts:32
Functions
isShelterID
▸ isShelterID(x): x is string
Parameters
| Name | Type |
|---|---|
x |
any |
Returns
x is string
Defined in
webR/chan/task-common.ts:34