Skip to content

Commit 41fbe3b

Browse files
author
williamd5
committed
mark default options as internal
1 parent 89a28dc commit 41fbe3b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

browser/Cloudnode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class Cloudnode {
2121
* @readonly
2222
* @private
2323
* @static
24+
* @internal
2425
*/
2526
static #defaultOptions = {
2627
baseUrl: "https://api.cloudnode.pro/v5/",

gen/templates/main.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class {{config.name}} {
2626
* @readonly
2727
* @private
2828
* @static
29+
* @internal
2930
*/
3031
static readonly #defaultOptions: {{config.name}}.Options = {
3132
baseUrl: "{{{config.baseUrl}}}",

src/Cloudnode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class Cloudnode {
2121
* @readonly
2222
* @private
2323
* @static
24+
* @internal
2425
*/
2526
static #defaultOptions = {
2627
baseUrl: "https://api.cloudnode.pro/v5/",

src/Cloudnode.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class Cloudnode {
2626
* @readonly
2727
* @private
2828
* @static
29+
* @internal
2930
*/
3031
static readonly #defaultOptions: Cloudnode.Options = {
3132
baseUrl: "https://api.cloudnode.pro/v5/",

0 commit comments

Comments
 (0)