# @dimjs/lang

> A modern Typescript utility library both for the browser and for Node.js, that helps you solve routine tasks and common problems in a fast way, therefore letting you focus on what matters (building awesome stuff!)

Latest version **2.1.1** (published 2025-04-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install @dimjs/lang
pnpm add @dimjs/lang
yarn add @dimjs/lang
bun add @dimjs/lang
```

## Health

**Score 40/100 (D)** — status: maintenance-mode.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.1 |
| Published | 2025-04-01 |
| First published | 2021-04-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=16.0.0 |
| Dependencies | 0 |
| Unpacked size | 54.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Yingchun Tian |
| Maintainers | tianyingchun |

## Links

- npm: https://www.npmjs.com/package/@dimjs/lang
- Repository: https://gitlab.itcjf.com/flatjs-next/tool-kits
- npm.io page: https://npm.io/package/@dimjs/lang

## Recent versions

- 2.1.1 (latest) — 2025-04-01
- 2.0.0-next.2 (next) — 2024-07-24
- 2.1.0 — 2025-03-05
- 2.0.5 — 2025-02-28
- 2.0.4 — 2025-02-27
- 2.0.3 — 2025-02-10
- 2.0.1 — 2024-11-22
- 2.0.0 — 2024-07-25
- 2.0.0-next.1 — 2024-06-17
- 1.5.0 — 2024-01-09
- 1.2.44 — 2023-03-29
- 1.2.33 — 2023-02-13
- 1.2.32 — 2023-02-10
- 1.2.31 — 2023-02-07
- 1.2.23 — 2022-09-08
- … 9 more at https://npm.io/package/@dimjs/lang/versions

## README

A modern Typescript utility library both for the browser and for Node.js, that helps you solve routine tasks and common problems in a fast way, therefore letting you focus on what matters (building awesome stuff!)

## Usage

`@dimjs/lang` is exported in both pure ESM formats with `type:module`. This means you can import it with import syntaxes.

## Example

```ts
import { isArray } from '@dimjs/lang'; // shuffles an array
```

---
_Source: https://npm.io/package/@dimjs/lang · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
