-
Notifications
You must be signed in to change notification settings - Fork 0
@ralphschuler.logger.Logger.<internal>
- AsyncResource
- Blob
- Duplex
- EventEmitter
- Readable
- ReadableBase
- Socket
- Stream
- WritableBase
- WriteStream
- internal
- AbortSignal
- AddEventListenerOptions
- AddressInfo
- ArrayBufferView
- ArrayLike
- ArrayOptions
- AsyncGenerator
- AsyncGeneratorFunction
- AsyncIterable
- AsyncIterableIterator
- AsyncIterator
- AsyncResourceOptions
- BlobOptions
- Buffer
- BufferConstructor
- ConnectOpts
- DuplexOptions
- ErrnoException
- Event
- EventEmitter
- EventEmitterOptions
- EventInit
- EventListener
- EventListenerObject
- EventListenerOptions
- EventTarget
- IpcSocketConnectOpts
- Iterable
- IterableIterator
- Iterator
- IteratorReturnResult
- IteratorYieldResult
- LookupAddress
- LookupAllOptions
- LookupOptions
- Object
- OnReadOpts
- PromiseLike
- QueuingStrategy
- QueuingStrategySize
- ReadWriteStream
- ReadableByteStreamController
- ReadableByteStreamControllerCallback
- ReadableOptions
- ReadableStream
- ReadableStream
- ReadableStreamBYOBReader
- ReadableStreamDefaultController
- ReadableStreamDefaultReadDoneResult
- ReadableStreamDefaultReadValueResult
- ReadableStreamDefaultReader
- ReadableStreamErrorCallback
- ReadableStreamGenericReader
- ReadableStreamReadDoneResult
- ReadableStreamReadValueResult
- ReadableWritablePair
- SharedArrayBuffer
- SharedArrayBufferConstructor
- SocketConstructorOpts
- StaticEventEmitterOptions
- StreamPipeOptions
- TcpSocketConnectOpts
- UnderlyingByteSource
- UnderlyingSink
- UnderlyingSinkAbortCallback
- UnderlyingSinkCloseCallback
- UnderlyingSinkStartCallback
- UnderlyingSinkWriteCallback
- UnderlyingSource
- UnderlyingSourceCancelCallback
- UnderlyingSourcePullCallback
- UnderlyingSourceStartCallback
- WritableStream
- WritableStream
- WritableStreamDefaultController
- WritableStreamDefaultWriter
- WriteStream
- _DOMEventTarget
- _NodeEventTarget
- ArrayBufferLike
- ArrayBufferView
- BinaryLike
- BufferEncoding
- ComposeFnParam
- Direction
- IteratorResult
- LookupFunction
- Pick
- PropertyKey
- ReadableStreamController
- ReadableStreamDefaultReadResult
- ReadableStreamReadResult
- SocketConnectOpts
- SocketReadyState
- TypedArray
- WithImplicitCoercion
- __Event
- __EventTarget
- AbortSignal
- Buffer
- Event
- EventTarget
- ReadableByteStreamController
- ReadableStream
- ReadableStreamBYOBReader
- ReadableStreamDefaultController
- ReadableStreamDefaultReader
- SharedArrayBuffer
- WritableStream
- WritableStreamDefaultController
- WritableStreamDefaultWriter
Re-exports Abortable
Re-exports StreamOptions
Re-exports WritableOptions
Ƭ ArrayBufferLike: ArrayBufferTypes
[keyof ArrayBufferTypes
]
node_modules/typescript/lib/lib.es5.d.ts:1707
Ƭ ArrayBufferView: TypedArray
| DataView
node_modules/@types/node/globals.d.ts:271
Ƭ BinaryLike: string
| ArrayBufferView
node_modules/@types/node/crypto.d.ts:656
Ƭ BufferEncoding: "ascii"
| "utf8"
| "utf-8"
| "utf16le"
| "utf-16le"
| "ucs2"
| "ucs-2"
| "base64"
| "base64url"
| "latin1"
| "binary"
| "hex"
node_modules/@types/node/buffer.d.ts:232
Ƭ ComposeFnParam: (source
: any
) => void
▸ (source
): void
Name | Type |
---|---|
source |
any |
void
node_modules/@types/node/stream.d.ts:26
Ƭ Direction: -1
| 0
| 1
-1 - to the left from cursor 0 - the entire line 1 - to the right from cursor
node_modules/@types/node/tty.d.ts:77
Ƭ IteratorResult<T
, TReturn
>: IteratorYieldResult
<T
> | IteratorReturnResult
<TReturn
>
Name | Type |
---|---|
T |
T |
TReturn |
any |
node_modules/typescript/lib/lib.es2015.iterable.d.ts:39
Ƭ LookupFunction: (hostname
: string
, options
: LookupAllOptions
, callback
: (err
: ErrnoException
| null
, addresses
: LookupAddress
[]) => void
) => void
▸ (hostname
, options
, callback
): void
Name | Type |
---|---|
hostname |
string |
options |
LookupAllOptions |
callback |
(err : ErrnoException | null , addresses : LookupAddress []) => void
|
void
node_modules/@types/node/net.d.ts:19
Ƭ Pick<T
, K
>: { [P in K]: T[P] }
From T, pick a set of properties whose keys are in the union K
Name | Type |
---|---|
T |
T |
K |
extends keyof T
|
node_modules/typescript/lib/lib.es5.d.ts:1598
Ƭ PropertyKey: string
| number
| symbol
node_modules/typescript/lib/lib.es5.d.ts:108
Ƭ ReadableStreamController<T
>: ReadableStreamDefaultController
<T
>
Name |
---|
T |
node_modules/@types/node/stream/web.d.ts:76
Ƭ ReadableStreamDefaultReadResult<T
>: ReadableStreamDefaultReadValueResult
<T
> | ReadableStreamDefaultReadDoneResult
Name |
---|
T |
node_modules/@types/node/stream/web.d.ts:77
Ƭ ReadableStreamReadResult<T
>: ReadableStreamReadValueResult
<T
> | ReadableStreamReadDoneResult
<T
>
Name |
---|
T |
node_modules/@types/node/stream/web.d.ts:88
Ƭ SocketConnectOpts: TcpSocketConnectOpts
| IpcSocketConnectOpts
node_modules/@types/node/net.d.ts:76
Ƭ SocketReadyState: "opening"
| "open"
| "readOnly"
| "writeOnly"
| "closed"
node_modules/@types/node/net.d.ts:77
Ƭ TypedArray: Uint8Array
| Uint8ClampedArray
| Uint16Array
| Uint32Array
| Int8Array
| Int16Array
| Int32Array
| BigUint64Array
| BigInt64Array
| Float32Array
| Float64Array
node_modules/@types/node/globals.d.ts:259
Ƭ WithImplicitCoercion<T
>: T
| { valueOf
: () => T
}
Name |
---|
T |
node_modules/@types/node/buffer.d.ts:245
Ƭ __Event: typeof globalThis
extends { Event
: any
; onmessage
: any
} ? {} : { bubbles
: boolean
; cancelBubble
: () => void
; cancelable
: boolean
; composed
: boolean
; currentTarget
: EventTarget
| null
; defaultPrevented
: boolean
; eventPhase
: 0
| 2
; isTrusted
: boolean
; returnValue
: boolean
; srcElement
: EventTarget
| null
; target
: EventTarget
| null
; timeStamp
: number
; type
: string
; composedPath
: () => [EventTarget?] ; preventDefault
: () => void
; stopImmediatePropagation
: () => void
; stopPropagation
: () => void
}
node_modules/@types/node/dom-events.d.ts:11
Ƭ __EventTarget: typeof globalThis
extends { EventTarget
: any
; onmessage
: any
} ? {} : { addEventListener
: (type
: string
, listener
: EventListener
| EventListenerObject
, options?
: boolean
| AddEventListenerOptions
) => void
; dispatchEvent
: (event
: Event
) => boolean
; removeEventListener
: (type
: string
, listener
: EventListener
| EventListenerObject
, options?
: boolean
| EventListenerOptions
) => void
}
node_modules/@types/node/dom-events.d.ts:50
• AbortSignal: Object
• new AbortSignal(): AbortSignal
Name | Type |
---|---|
prototype |
AbortSignal |
abort |
(reason? : any ) => AbortSignal
|
timeout |
(milliseconds : number ) => AbortSignal
|
node_modules/@types/node/globals.d.ts:60
node_modules/@types/node/globals.d.ts:76
• Buffer: BufferConstructor
node_modules/@types/node/buffer.d.ts:631
node_modules/@types/node/buffer.d.ts:2314
• Event: Object
• new Event(type
, eventInitDict?
): Object
Name | Type |
---|---|
type |
string |
eventInitDict? |
EventInit |
Object
Name | Type | Description |
---|---|---|
bubbles |
boolean |
This is not used in Node.js and is provided purely for completeness. |
cancelBubble |
() => void
|
Alias for event.stopPropagation(). This is not used in Node.js and is provided purely for completeness. |
cancelable |
boolean |
True if the event was created with the cancelable option |
composed |
boolean |
This is not used in Node.js and is provided purely for completeness. |
currentTarget |
null | EventTarget
|
Alias for event.target. |
defaultPrevented |
boolean |
Is true if cancelable is true and event.preventDefault() has been called. |
eventPhase |
0 | 2
|
This is not used in Node.js and is provided purely for completeness. |
isTrusted |
boolean |
The AbortSignal "abort" event is emitted with isTrusted set to true . The value is false in all other cases. |
returnValue |
boolean |
This is not used in Node.js and is provided purely for completeness. |
srcElement |
null | EventTarget
|
Alias for event.target. |
target |
null | EventTarget
|
The EventTarget dispatching the event |
timeStamp |
number |
The millisecond timestamp when the Event object was created. |
type |
string |
Returns the type of event, e.g. "click", "hashchange", or "submit". |
composedPath |
() => [EventTarget?] | Returns an array containing the current EventTarget as the only entry or empty if the event is not being dispatched. This is not used in Node.js and is provided purely for completeness. |
preventDefault |
() => void
|
Sets the defaultPrevented property to true if cancelable is true . |
stopImmediatePropagation |
() => void
|
Stops the invocation of event listeners after the current one completes. |
stopPropagation |
() => void
|
This is not used in Node.js and is provided purely for completeness. |
Name | Type |
---|---|
prototype |
{ bubbles : boolean ; cancelBubble : () => void ; cancelable : boolean ; composed : boolean ; currentTarget : null | EventTarget ; defaultPrevented : boolean ; eventPhase : 0 | 2 ; isTrusted : boolean ; returnValue : boolean ; srcElement : null | EventTarget ; target : null | EventTarget ; timeStamp : number ; type : string ; composedPath : () => [EventTarget?] ; preventDefault : () => void ; stopImmediatePropagation : () => void ; stopPropagation : () => void } |
prototype.bubbles |
boolean |
prototype.cancelBubble |
() => void
|
prototype.cancelable |
boolean |
prototype.composed |
boolean |
prototype.currentTarget |
null | EventTarget
|
prototype.defaultPrevented |
boolean |
prototype.eventPhase |
0 | 2
|
prototype.isTrusted |
boolean |
prototype.returnValue |
boolean |
prototype.srcElement |
null | EventTarget
|
prototype.target |
null | EventTarget
|
prototype.timeStamp |
number |
prototype.type |
string |
prototype.composedPath |
[object Object] |
prototype.preventDefault |
[object Object] |
prototype.stopImmediatePropagation |
[object Object] |
prototype.stopPropagation |
[object Object] |
node_modules/@types/node/dom-events.d.ts:105
node_modules/@types/node/dom-events.d.ts:106
• EventTarget: Object
• new EventTarget(): Object
Object
Name | Type |
---|---|
addEventListener |
(type : string , listener : EventListener | EventListenerObject , options? : boolean | AddEventListenerOptions ) => void
|
dispatchEvent |
(event : Event ) => boolean
|
removeEventListener |
(type : string , listener : EventListener | EventListenerObject , options? : boolean | EventListenerOptions ) => void
|
Name | Type |
---|---|
prototype |
{ addEventListener : (type : string , listener : EventListener | EventListenerObject , options? : boolean | AddEventListenerOptions ) => void ; dispatchEvent : (event : Event ) => boolean ; removeEventListener : (type : string , listener : EventListener | EventListenerObject , options? : boolean | EventListenerOptions ) => void } |
prototype.addEventListener |
[object Object] |
prototype.dispatchEvent |
[object Object] |
prototype.removeEventListener |
[object Object] |
node_modules/@types/node/dom-events.d.ts:116
node_modules/@types/node/dom-events.d.ts:117
• ReadableByteStreamController: Object
• new ReadableByteStreamController(): ReadableByteStreamController
Name | Type |
---|---|
prototype |
ReadableByteStreamController |
node_modules/@types/node/stream/web.d.ts:176
node_modules/@types/node/stream/web.d.ts:183
• ReadableStream: Object
• new ReadableStream(underlyingSource
, strategy?
): ReadableStream
<Uint8Array
>
Name | Type |
---|---|
underlyingSource |
UnderlyingByteSource |
strategy? |
QueuingStrategy <Uint8Array > |
ReadableStream
<Uint8Array
>
• new ReadableStream<R
>(underlyingSource?
, strategy?
): ReadableStream
<R
>
Name | Type |
---|---|
R |
any |
Name | Type |
---|---|
underlyingSource? |
UnderlyingSource <R > |
strategy? |
QueuingStrategy <R > |
Name | Type |
---|---|
prototype |
ReadableStream <any > |
node_modules/@types/node/stream/web.d.ts:146
node_modules/@types/node/stream/web.d.ts:157
• ReadableStreamBYOBReader: any
node_modules/@types/node/stream/web.d.ts:166
node_modules/@types/node/stream/web.d.ts:174
• ReadableStreamDefaultController: Object
• new ReadableStreamDefaultController(): ReadableStreamDefaultController
<any
>
ReadableStreamDefaultController
<any
>
Name | Type |
---|---|
prototype |
ReadableStreamDefaultController <any > |
node_modules/@types/node/stream/web.d.ts:187
node_modules/@types/node/stream/web.d.ts:193
• ReadableStreamDefaultReader: Object
• new ReadableStreamDefaultReader<R
>(stream
): ReadableStreamDefaultReader
<R
>
Name | Type |
---|---|
R |
any |
Name | Type |
---|---|
stream |
ReadableStream <R > |
ReadableStreamDefaultReader
<R
>
Name | Type |
---|---|
prototype |
ReadableStreamDefaultReader <any > |
node_modules/@types/node/stream/web.d.ts:162
node_modules/@types/node/stream/web.d.ts:170
• SharedArrayBuffer: SharedArrayBufferConstructor
node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts:22
node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts:40
• WritableStream: Object
• new WritableStream<W
>(underlyingSink?
, strategy?
): WritableStream
<W
>
Name | Type |
---|---|
W |
any |
Name | Type |
---|---|
underlyingSink? |
UnderlyingSink <W > |
strategy? |
QueuingStrategy <W > |
Name | Type |
---|---|
prototype |
WritableStream <any > |
node_modules/@types/node/stream/web.d.ts:231
node_modules/@types/node/stream/web.d.ts:237
• WritableStreamDefaultController: Object
• new WritableStreamDefaultController(): WritableStreamDefaultController
WritableStreamDefaultController
Name | Type |
---|---|
prototype |
WritableStreamDefaultController |
node_modules/@types/node/stream/web.d.ts:266
node_modules/@types/node/stream/web.d.ts:269
• WritableStreamDefaultWriter: Object
• new WritableStreamDefaultWriter<W
>(stream
): WritableStreamDefaultWriter
<W
>
Name | Type |
---|---|
W |
any |
Name | Type |
---|---|
stream |
WritableStream <W > |
WritableStreamDefaultWriter
<W
>
Name | Type |
---|---|
prototype |
WritableStreamDefaultWriter <any > |
node_modules/@types/node/stream/web.d.ts:247
node_modules/@types/node/stream/web.d.ts:256
▸ Object(): any
Provides functionality common to all JavaScript objects.
any
node_modules/typescript/lib/lib.es5.d.ts:157
▸ Object(value
): any
Provides functionality common to all JavaScript objects.
Name | Type |
---|---|
value |
any |
any
node_modules/typescript/lib/lib.es5.d.ts:158
- @ralphschuler/ai-function-caller
- index
- types/AIFunction
- types/Message
- @ralphschuler/assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- error
- index
- util
- @ralphschuler/better-map
- @ralphschuler/better-set
- @ralphschuler/binary-serializer
- @ralphschuler/bit-mask
- @ralphschuler/complex-compare
- @ralphschuler/i811n
- @ralphschuler/logger
- Color
- ColorMap
- Logger
- animations/BallonAnimation
- animations/BaseAnimation
- animations/BombAnimation
- animations/BouncingBallAnimation
- animations/ClockAnimation
- animations/DotsAnimation
- animations/HorizontalBarAnimation
- animations/PongAnimation
- animations/ProgressAnimation
- animations/ProgressBarAnimation
- animations/SpinnerAnimation
- animations/VerticalBarAnimation
- enums/LogLevel
- index
- interfaces/IColor
- interfaces/IMessage
- types/ColorName
- types/Colors
- @ralphschuler/lsystem
- @ralphschuler/mixin-class-factory
- @ralphschuler/neuronal-network
- @ralphschuler/parser-combinator
- index
- inputTypes
- parser
- unicode
- @ralphschuler/prom-metrics-decorator
- @ralphschuler/prom-metrics-parser
- @ralphschuler/random
- PseudoRandomItemSelector
- PseudoRandomNumberGenerator
- Seed
- index
- strategies
- strategy
- strategy
- strategy
- strategy
- strategy
- strategy
- types
- type
- type
- type
- @ralphschuler/safe-array
- @ralphschuler/slot-mashine
- @ralphschuler/state-store
- StateStore
- index
- type
- type
- type
- type
- type
- type
- type
- type
- util
- @ralphschuler/stats-tracker
- @ralphschuler/ts-error
- error
- index
- type
- util
- util
- util
- util
- @ralphschuler/webgl-sand-engine
- index
- pixel-renderer
- @ralphschuler/webgl-shader-factory
- "node:stream/consumers"
- "node:stream/promises"
- ChatCompletionSnapshot
- Choice
- Message
- ToolCall
- EventEmitter
- FormData
- OpenAI
- OpenAI
- Audio
- Speech
- Transcriptions
- Translations
- Beta
- Assistants
- Assistant
- AssistantCreateParams
- AssistantUpdateParams
- Files
- Chat
- Threads
- Messages
- Files
- MessageContentImageFile
- MessageContentText
- Text
- FileCitation
- FilePath
- Runs
- RequiredActionFunctionToolCall
- Run
- RequiredAction
- RunCreateParams
- RunSubmitToolOutputsParams
- Steps
- CodeToolCall
- CodeInterpreter
- Image
- FunctionToolCall
- MessageCreationStepDetails
- RunStep
- ThreadCreateAndRunParams
- Thread
- ThreadCreateParams
- Chat
- Completions
- ChatCompletion
- ChatCompletionAssistantMessageParam
- ChatCompletionChunk
- Choice
- Delta
- ToolCall
- ChatCompletionContentPartImage
- ChatCompletionCreateParams
- ChatCompletionMessage
- ChatCompletionMessageToolCall
- ChatCompletionNamedToolChoice
- Completions
- CompletionChoice
- CompletionCreateParams
- Edits
- Edit
- Embeddings
- CreateEmbeddingResponse
- Files
- FineTunes
- FineTune
- FineTuneCreateParams
- FineTuneListEventsParams
- FineTuning
- Jobs
- FineTuningJob
- JobCreateParams
- Images
- Models
- Moderations
- Moderation
- internal
- finished
- pipeline
- "node:stream/consumers"
- "node:stream/promises"
- EventEmitter
- internal
- finished
- pipeline
- Counter
- Gauge
- Histogram
- Summary