reactInt top-level constant

({Null codecId, Null hostNamespace, ReactValueKind kind, bool nullable, Null typeId}) const reactInt

A non-null integer.

Implementation

const reactInt = (
  kind: ReactValueKind.integer,
  nullable: false,
  hostNamespace: null,
  typeId: null,
  codecId: null,
);