@imqueue/js
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

@imqueue/js

Build Status codebeat badge Coverage Status David David Known Vulnerabilities License

JavaScript routines used withing @imqueue framework

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

ISC

Dependencies (0)

    Dev Dependencies (22)

    Package Sidebar

    Install

    npm i @imqueue/js

    Weekly Downloads

    116

    Version

    1.3.1

    License

    ISC

    Unpacked Size

    21.8 kB

    Total Files

    12

    Last publish

    Collaborators

    • mikhus
    • serhiy.greench