@extended/async
Async utils & helpers.
Async utils & helpers.
A result type for handling success and error outcomes alongside the value.
Time utils & helpers.
An InDesign ruler utility that adds the `rulers.set()` method. This method sets both rulers to the desired units. It returns the original ruler-settings which we can pass back to reset the rulers to original state.
Configurable, versatile, formatted timestamps.
JS utility types.
JS utils & helpers for values.
Some layer utilities for InDesign
The ruler utility adds the `ruler.set()` method. This method sets both rulers to the desired units. It returns the original ruler-settings which we can pass back to reset the rulers to original state.
Get first value of array.
Get indices of all values in array that satisfy the test, like Array.findIndex().
Filter array with values of specified indexes, like .pick().
Filter array with values of specified index(es), like .pick().
Move part of array to another array.
Merge values of each object property into corresponding array, like .zip().
Append iterables to array, like Array.push().
Return evenly spaced values within a given interval, like arange().
Get index of value in sorted array.
Get index of first value in sorted array.
Check if only value is present in array.