UNPKG

rx-store-core

Version:

A Rxjs and Immutable based Type-safe state management tool

2 lines (1 loc) 105 B
export declare const isPrimitive: (val: unknown) => val is string | number | boolean | null | undefined;