Skip to content

Latest commit

 

History

History
83 lines (47 loc) · 1.61 KB

File metadata and controls

83 lines (47 loc) · 1.61 KB

@wholebuzz/mapreduce / Exports / types / Context

Interface: Context<Key, _Value>

types.Context

Type parameters

Name
Key
_Value

Hierarchy

Table of contents

Properties

Properties

configuration

configuration: Configuration

Defined in: src/types.ts:28


currentKey

Optional currentKey: Key

Defined in: src/types.ts:29


keyProperty

keyProperty: string

Defined in: src/types.ts:30


valueProperty

valueProperty: string

Defined in: src/types.ts:31


write

write: (key: Key, value: any) => void

Type declaration

▸ (key: Key, value: any): void

Parameters

Name Type
key Key
value any

Returns: void

Defined in: src/types.ts:32