-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:saqqdy/js-cool
- Loading branch information
Showing
55 changed files
with
1,073 additions
and
804 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
language: node_js | ||
node_js: | ||
- '10' | ||
- '12' | ||
- '14' | ||
- '16' | ||
before_install: | ||
- npm i npminstall -g | ||
install: | ||
- npminstall | ||
script: | ||
- npm run build | ||
after_script: | ||
- npminstall codecov && codecov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# 2021.09.10 v2.1.2 更新日志 | ||
|
||
1. 完善 typescript 类型 | ||
2. 依赖包升级 | ||
|
||
# 2021.09.02 v2.1.1 更新日志 | ||
|
||
1. 完善 typescript 类型 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[index.md - v2.1.2](../README.md) / [Exports](../modules.md) / DirParamType | ||
|
||
# Interface: DirParamType | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [host](DirParamType.md#host) | ||
- [path](DirParamType.md#path) | ||
|
||
## Properties | ||
|
||
### host | ||
|
||
• `Optional` **host**: `string` | ||
|
||
#### Defined in | ||
|
||
[src/getDirParam.ts:3](https://github.com/saqqdy/js-cool/blob/e4a31f9/src/getDirParam.ts#L3) | ||
|
||
--- | ||
|
||
### path | ||
|
||
• `Optional` **path**: `string`[] | ||
|
||
#### Defined in | ||
|
||
[src/getDirParam.ts:2](https://github.com/saqqdy/js-cool/blob/e4a31f9/src/getDirParam.ts#L2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.