New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@yookue/ts-lang-utils

Package Overview
Dependencies
Maintainers
0
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yookue/ts-lang-utils

Common lang utilities for typescript

0.1.62
Source
npm
Version published
Maintainers
0
Created
Source

@yookue/ts-lang-utils

NPM version Software License NPM downloads

🏅 Common lang utilities for typescript 👍

Features

✅ Utilities for array

✅ Utilities for boolean

✅ Utilities for color

✅ Utilities for date time

✅ Utilities for json

✅ Utilities for map

✅ Utilities for number

✅ Utilities for object

✅ Utilities for random

✅ Utilities for regex

✅ Utilities for string

✅ Utilities for thread

✅ Utilities for tree

Quickstart

You can install this package in your typescript project as follows:

$ npm install @yookue/ts-lang-utils --save

Then, you may import components as follows:

import {ArrayUtils} from '@yookue/ts-lang-utils';
import {BooleanUtils} from '@yookue/ts-lang-utils';
import {ColorUtils} from '@yookue/ts-lang-utils';
import {DateUtils} from '@yookue/ts-lang-utils';
import {JsonUtils} from '@yookue/ts-lang-utils';
import {MapUtils} from '@yookue/ts-lang-utils';
import {NumberUtils} from '@yookue/ts-lang-utils';
import {ObjectUtils} from '@yookue/ts-lang-utils';
import {RandomUtils} from '@yookue/ts-lang-utils';
import {RegexUtils} from '@yookue/ts-lang-utils';
import {StringUtils} from '@yookue/ts-lang-utils';
import {ThreadUtils} from '@yookue/ts-lang-utils';
import {TreeUtils} from '@yookue/ts-lang-utils';

Enjoy your coding journey with ts-lang-utils ✌️

Document

License

This project is under the MIT License.

Website

Keywords

commons-lang

FAQs

Package last updated on 14 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts