Skip to content

xstd-js/primitive-value

Repository files navigation

npm (scoped) npm NPM npm type definitions coverage

Shows a black logo in light color mode and a white one in dark color mode.

@xstd/primite-value

Primitive value type.

📦 Installation

yarn add @xstd/primite-value
# or
npm install @xstd/primite-value --save

📜 Documentation

type PrimitiveValue = boolean | number | bigint | string | null | undefined;
declare function isPrimitiveValue(input: unknown): input is PrimitiveValue;

About

Primitive value type

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors