0.2.2 • Published 1 year ago

typescript-lodash v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

写 TS 像写 JS 一样容易

OSCS Status NPM URL Typescript Limit NPM URL

Make writing TypeScript as easy as writing JavaScript

安装 Install

yarn add typescript-lodash # or:npm install --save typescript-lodash

使用 Usage

import { string } from "typescript-lodash"
// or use `import * as t from "typescript-lodash"` and then `t.string.Split<"">`
// or use `import { Split } from "typescript-lodash/lib/string"` and then `Split<"">`

type IString = "今天很高兴"

type TypeExample = string.Split<IString, "">

// 得到
type TypeResult = ["今", "天", "很", "高", "兴"]

查看文档 Documentation

中文文档 Chinese Documentation

0.1.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.2

1 year ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago