Skip to content

Commit 540a2d3

Browse files
committed
Add source to docstrings
1 parent 5d64070 commit 540a2d3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/StatusDescription/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
22
* Status Description
33
*
4+
* Source {@link https://developer.mozilla.org/en-US/docs/Web/HTTP/Status}
5+
*
46
* @export
57
* @enum {number}
68
*/

src/StatusPhrase/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
22
* Status Phrase
33
*
4+
* Source {@link https://developer.mozilla.org/en-US/docs/Web/HTTP/Status}
5+
*
46
* @export
57
* @enum {number}
68
*/

0 commit comments

Comments
 (0)