Skip to content
This is the alpha v4 version website. Looking for the v3 documentation?

PlainObject

PlainObject<T> = object

Defined in: packages/sigma/src/types.ts:30

Util type to represent maps of typed elements, but implemented with JavaScript objects.

Type Parameters

T

T = any

Index Signature

[k: string]: T