UNPKG

@thisisagile/easy

Version:

Straightforward library for building domain-driven microservice architectures

3 lines (2 loc) 155 B
export type Primitive = string | number | bigint | boolean | symbol | null | undefined; export declare const isPrimitive: (v?: unknown) => v is Primitive;