Skip to content

Commit

Permalink
Docs: update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaoh committed Aug 22, 2023
1 parent 17f58a2 commit 7ebc4ce
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion dist/Data/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @enum
* Http Method
* Http Methods
*/
export declare enum HttpMethod {
GET = "GET",
Expand Down
4 changes: 2 additions & 2 deletions dist/index.source.js
Original file line number Diff line number Diff line change
Expand Up @@ -7539,13 +7539,13 @@
* @Author: HxB
* @Date: 2022-08-15 15:54:41
* @LastEditors: DoubleAm
* @LastEditTime: 2023-08-22 13:51:53
* @LastEditTime: 2023-08-22 15:37:18
* @Description: 常用共用的一些常量
* @FilePath: \js-xxx\src\Data\index.ts
*/
/**
* @enum
* Http Method
* Http Methods
*/
exports.HttpMethod = void 0;
(function (HttpMethod) {
Expand Down
2 changes: 1 addition & 1 deletion docs/enums/HttpMethod.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Enumeration: HttpMethod

Http Method
Http Methods

## Table of contents

Expand Down
2 changes: 1 addition & 1 deletion es/Data/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @enum
* Http Method
* Http Methods
*/
export declare enum HttpMethod {
GET = "GET",
Expand Down
4 changes: 2 additions & 2 deletions es/index.source.js
Original file line number Diff line number Diff line change
Expand Up @@ -7533,13 +7533,13 @@ function getCryptoJS() {
* @Author: HxB
* @Date: 2022-08-15 15:54:41
* @LastEditors: DoubleAm
* @LastEditTime: 2023-08-22 13:51:53
* @LastEditTime: 2023-08-22 15:37:18
* @Description: 常用共用的一些常量
* @FilePath: \js-xxx\src\Data\index.ts
*/
/**
* @enum
* Http Method
* Http Methods
*/
var HttpMethod;
(function (HttpMethod) {
Expand Down
2 changes: 1 addition & 1 deletion html/enums/HttpMethod.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<li><a href="HttpMethod.html">HttpMethod</a></li></ul>
<h1>Enumeration HttpMethod</h1></div>
<section class="tsd-panel tsd-comment">
<div class="tsd-comment tsd-typography"><p>Http Method</p>
<div class="tsd-comment tsd-typography"><p>Http Methods</p>
</div></section>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
Expand Down
2 changes: 1 addition & 1 deletion iife/Data/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @enum
* Http Method
* Http Methods
*/
export declare enum HttpMethod {
GET = "GET",
Expand Down
4 changes: 2 additions & 2 deletions iife/index.source.js
Original file line number Diff line number Diff line change
Expand Up @@ -7536,13 +7536,13 @@ var $xxx = (function (exports) {
* @Author: HxB
* @Date: 2022-08-15 15:54:41
* @LastEditors: DoubleAm
* @LastEditTime: 2023-08-22 13:51:53
* @LastEditTime: 2023-08-22 15:37:18
* @Description: 常用共用的一些常量
* @FilePath: \js-xxx\src\Data\index.ts
*/
/**
* @enum
* Http Method
* Http Methods
*/
exports.HttpMethod = void 0;
(function (HttpMethod) {
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @enum
* Http Method
* Http Methods
*/
export declare enum HttpMethod {
GET = "GET",
Expand Down
4 changes: 2 additions & 2 deletions lib/index.source.js
Original file line number Diff line number Diff line change
Expand Up @@ -7537,13 +7537,13 @@ function getCryptoJS() {
* @Author: HxB
* @Date: 2022-08-15 15:54:41
* @LastEditors: DoubleAm
* @LastEditTime: 2023-08-22 13:51:53
* @LastEditTime: 2023-08-22 15:37:18
* @Description: 常用共用的一些常量
* @FilePath: \js-xxx\src\Data\index.ts
*/
/**
* @enum
* Http Method
* Http Methods
*/
exports.HttpMethod = void 0;
(function (HttpMethod) {
Expand Down
4 changes: 2 additions & 2 deletions src/Data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
* @Author: HxB
* @Date: 2022-08-15 15:54:41
* @LastEditors: DoubleAm
* @LastEditTime: 2023-08-22 13:51:53
* @LastEditTime: 2023-08-22 15:37:18
* @Description: 常用共用的一些常量
* @FilePath: \js-xxx\src\Data\index.ts
*/

/**
* @enum
* Http Method
* Http Methods
*/
export enum HttpMethod {
GET = 'GET',
Expand Down

0 comments on commit 7ebc4ce

Please sign in to comment.