Skip to content

Commit

Permalink
build 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Oct 15, 2021
1 parent f9587cf commit 81d9ce5
Show file tree
Hide file tree
Showing 186 changed files with 285 additions and 283 deletions.
10 changes: 6 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
index.md - v2.1.3 / [Exports](modules.md)
index.md - v2.2.1 / [Exports](modules.md)

# js-cool

Expand Down Expand Up @@ -88,7 +88,7 @@ download(url, filename) // 下载文件

```html
<!-- 在你的html代码上加上script标签,使用CDN链接引入 -->
<script src="https://unpkg.com/js-cool@1.0.9/lib/index.umd.js"></script>
<script src="https://unpkg.com/js-cool@2.2.0/lib/index.umd.js"></script>
```

### 使用按需打包
Expand Down Expand Up @@ -212,8 +212,10 @@ download(url, filename) // 下载文件
CSVToArray, // 将一个逗号分隔的值(CSV)字符串转换为一个2D数组。
CSVToJSON, // 将一个逗号分隔的值(CSV)字符串转换为一个2D对象数组。字符串的第一行作为标题行。
JSONtoCSV, // 将一个对象数组转换为只包含指定列的逗号分隔值(CSV)字符串。
RGBToHex, // 将RGB组件的值转换为颜色代码。
array, // 多个数组求交集、并集、差集、补集
RGBToHex, // 将RGB组件的值转换为颜色代码。export * from './intersect' // 多个数组求交集
union. // 多个数组求交集
minus, // 多个数组求差集
complement, // 多个数组求补集
contains, // 数组是否包含指定元素
unique, // 数组去重
}
Expand Down
4 changes: 2 additions & 2 deletions docs/interfaces/AnyFunction.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[index.md - v2.1.3](../README.md) / [Exports](../modules.md) / AnyFunction
[index.md - v2.2.1](../README.md) / [Exports](../modules.md) / AnyFunction

# Interface: AnyFunction

Expand Down Expand Up @@ -26,4 +26,4 @@

#### Defined in

[typings/common.d.ts:6](https://github.com/saqqdy/js-cool/blob/d76432c/typings/common.d.ts#L6)
[typings/common.d.ts:6](https://github.com/saqqdy/js-cool/blob/f9587cf/typings/common.d.ts#L6)
2 changes: 1 addition & 1 deletion docs/interfaces/AnyObject.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[index.md - v2.1.3](../README.md) / [Exports](../modules.md) / AnyObject
[index.md - v2.2.1](../README.md) / [Exports](../modules.md) / AnyObject

# Interface: AnyObject

Expand Down
6 changes: 3 additions & 3 deletions docs/interfaces/DirParamType.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[index.md - v2.1.3](../README.md) / [Exports](../modules.md) / DirParamType
[index.md - v2.2.1](../README.md) / [Exports](../modules.md) / DirParamType

# Interface: DirParamType

Expand All @@ -17,7 +17,7 @@

#### Defined in

[src/getDirParam.ts:3](https://github.com/saqqdy/js-cool/blob/d76432c/src/getDirParam.ts#L3)
[src/getDirParam.ts:3](https://github.com/saqqdy/js-cool/blob/f9587cf/src/getDirParam.ts#L3)

---

Expand All @@ -27,4 +27,4 @@

#### Defined in

[src/getDirParam.ts:2](https://github.com/saqqdy/js-cool/blob/d76432c/src/getDirParam.ts#L2)
[src/getDirParam.ts:2](https://github.com/saqqdy/js-cool/blob/f9587cf/src/getDirParam.ts#L2)
6 changes: 3 additions & 3 deletions docs/interfaces/SearchkeySet.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[index.md - v2.1.3](../README.md) / [Exports](../modules.md) / SearchkeySet
[index.md - v2.2.1](../README.md) / [Exports](../modules.md) / SearchkeySet

# Interface: SearchkeySet

Expand All @@ -21,7 +21,7 @@

#### Defined in

[src/searchTreeObject.ts:2](https://github.com/saqqdy/js-cool/blob/d76432c/src/searchTreeObject.ts#L2)
[src/searchTreeObject.ts:2](https://github.com/saqqdy/js-cool/blob/f9587cf/src/searchTreeObject.ts#L2)

---

Expand All @@ -31,4 +31,4 @@

#### Defined in

[src/searchTreeObject.ts:3](https://github.com/saqqdy/js-cool/blob/d76432c/src/searchTreeObject.ts#L3)
[src/searchTreeObject.ts:3](https://github.com/saqqdy/js-cool/blob/f9587cf/src/searchTreeObject.ts#L3)
6 changes: 3 additions & 3 deletions docs/interfaces/WindowSizeObj.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[index.md - v2.1.3](../README.md) / [Exports](../modules.md) / WindowSizeObj
[index.md - v2.2.1](../README.md) / [Exports](../modules.md) / WindowSizeObj

# Interface: WindowSizeObj

Expand All @@ -17,7 +17,7 @@

#### Defined in

[src/getWindowSize.ts:3](https://github.com/saqqdy/js-cool/blob/d76432c/src/getWindowSize.ts#L3)
[src/getWindowSize.ts:3](https://github.com/saqqdy/js-cool/blob/f9587cf/src/getWindowSize.ts#L3)

---

Expand All @@ -27,4 +27,4 @@

#### Defined in

[src/getWindowSize.ts:2](https://github.com/saqqdy/js-cool/blob/d76432c/src/getWindowSize.ts#L2)
[src/getWindowSize.ts:2](https://github.com/saqqdy/js-cool/blob/f9587cf/src/getWindowSize.ts#L2)
Loading

0 comments on commit 81d9ce5

Please sign in to comment.