Skip to content

leismore/lmos-nodejs-primitives

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lmos-nodejs-primitives

Examples of all primitive values in JavaScript. Defined for writing unit test.

Installation

npm install @leismore/lmos-nodejs-primitives

Usage

import {
    NULL        ,  UNDEFINED            ,
    TRUE        ,  FALSE                ,
    INTEGER     ,  INTEGER_NEGATIVE     ,
    FLOAT       ,  FLOAT_NEGATIVE       ,
    ZERO        ,  ZERO_NEGATIVE        ,
    BIGINT      ,  BIGINT_NEGATIVE      ,
    BIGINT_ZERO ,  BIGINT_ZERO_NEGATIVE ,
    STRING      ,  STRING_EMPTY         ,  STRING_MULTILINE,
    SYMBOL      ,
    ALL
} from '@leismore/lmos-nodejs-primitives';

ALL is an array which contains all primitive values.

License

© Leismore 2025

MIT License

Authors

References


Product of Leismore OpenSource Project

Supported by Leismore (Australian Business Number: 25 935 862 619)

About

Examples of all primitive values in JavaScript. Defined for writing unit test.

Resources

License

Stars

Watchers

Forks

Packages

No packages published