Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@yookue/ts-lang-utils

Package Overview
Dependencies
Maintainers
0
Versions
64
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
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
96
decreased by-59.66%
Maintainers
0
Weekly downloads
 
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc