UNPKG

@typed/fp

Version:

Data Structures and Resources for fp-ts

31 lines (19 loc) 364 B
--- title: struct.ts nav_order: 73 parent: Modules --- ## struct overview Added in v0.9.2 --- <h2 class="text-delta">Table of contents</h2> - [Constructor](#constructor) - [make](#make) --- # Constructor ## make **Signature** ```ts export declare function make<K extends PropertyKey, V>(key: K, value: V): { readonly [_ in K]: V } ``` Added in v0.9.2