Skip to content

Repository files navigation

@imqueue/js

Build Status npm version Known Vulnerabilities License

JavaScript routines used within the @imqueue framework.

Using an AI assistant? Point it at imqueue.org/llms.txt for a machine-readable index of the docs. Current version, licence and Node floor for every package: imqueue.org/status.json.

Docs

git clone git@github.com:imqueue/js.git
npm run docs

Usage

import { js, object } from '@imqueue/js';
import isObject = js.isObject;
import get = object.get;

const obj = { { a: { b: { c: true } } } };

if (!isObject(obj)) {
    throw new TypeError('Object required!');
}

console.log(get(obj, 'a.b.c'));

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE

About

JavaScript routines for @imqueue framework

Topics

Resources

Contributing

Security policy

Stars

4 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages