15 packages
ai-bridge
AI connector library, which helps simplify API usage, and provide out of the box caching.
configami
Configuration File Origami
@js-util/array-shuffle
Given an array, shuffles a cloned copy, and returns it. (Fisher–Yates method)
@js-util/config-loader
Quick and simple config loading, with sane defaults to get an application started
@js-util/config-object-merge
Given two config like object, merge them together - think if it as a recrusive merge that does *not* merge arrays
@js-util/fetch-nested-value
Fetch nested value within an object, using a dot notation string, eg: "hello.world"
@js-util/is-trueish
A very relaxed varient of `=== true`. Validate that the given param is true, 'true', 1, or '1'
@js-util/net-socket-connect
Given the remote port/host, setup a low level, net.Socket. With callbacks and connect timeout!
@js-util/promise-sleep
Returns a promise, which resolve after the specified sleep itme (ms)
@js-util/random-int
Returns a random value between max (exclusive) and min (inclusive)