constants
A collection of constants that are used globally by @mustib/utils and are not related to any specific module.
Each constant can be imported by it’s name from any category of utilities.
See the sidebar for a list of all constants.
Examples
import { CONSTANT_NAME } from '@mustib/utils';
import { CONSTANT_NAME } from '@mustib/utils/node';
import { CONSTANT_NAME } from '@mustib/utils/browser';