ARCcore.types Library Documentation
Login
-Home
/
-Documentation
/
-ARCcore
/
-types
+identifier
+graph
+filter
+discriminator
-types
+util
API
Examples
ARCcore.types Library Documentation
ARCcore.types library provides functions for identifying and validating the type of in-memory JavaScript values.

types Library Introduction

ARCcore.types is a small utility library that provides a standard set of functions used by the other libraries bundled in the ARCcore package for JavaScript data type introspection and checking. In particular ARCcore.filter relies heavily on this library. Typically you will not need to use types if you're using the filter library.

ARCcore.types Exports

$ node
> const arccore = require('arccore');
undefined
> arccore.types
{ codes:
   { __undefined: 0,
     __null: 1,
     __boolean: 2,
     __string: 3,
     __number: 4,
     __object: 5,
     __array: 6,
     __function: 7,
     __GUARD: 8 },
  convert: [Function: t],
  check: { inTypeSet: [Function], isJSON: [Function] } }
>

types Library Details

API - ARCcore.types Library API Reference
ARCcore.types library API reference.
Examples - ARCcore.types Library Examples
ARCcore.types library examples.
Encapsule Project, Seattle WA
Copyright © 2025 Chris Russell
Tue Feb 18 2025 07:33:41 GMT-0500 (Eastern Standard Time)

undefined/@encapsule/holism v0.0.10
undefined/polytely-app-runtime v