Utils
Description
Installation
npm install @xethya/utilsUsage
// Bring the entire library.
import * as utils from '@xethya/utils';
// Bring specific subpackages.
import { array } from '@xethya/utils';
import { assert } from '@xethya/utils';
import { Collection } from '@xethya/utils';
import { numeric } from '@xethya/utils';
import { string } from '@xethya/utils';
import { Range } from '@xethya/utils';
import { Time } from '@xethya/utils'; Last updated
Was this helpful?