@tyran8x/utils
v2.0.1
Published
A toolkit for multiple 'app' commons, inheriting all the power of '@tyran8x-core/shared/utils'. There are common tool functions for the business that can be placed here.
Readme
@tyran8x/utils
A toolkit for multiple 'app' commons, inheriting all the power of '@tyran8x-core/shared/utils'. There are common tool functions for the business that can be placed here.
Usage
Add dependencies
# Go to the target app directory, such as apps/xxxx-app
# cd apps/xxxx-app
pnpm add @tyran8x/utilsUse
import { isString } from '@tyran8x/utils';