Skip to content

Commit

Permalink
Another build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbol99 committed Dec 8, 2023
1 parent 34c353e commit 1e6151d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions dist/main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,6 @@ Object.defineProperty(Flatten, 'DP_TOL', {
* Class of system errors
*/
class Errors {
constructor() {
this.dummy = 0;
}

/**
* Throw error ILLEGAL_PARAMETERS when cannot instantiate from given parameter
* @returns {ReferenceError}
Expand Down
4 changes: 0 additions & 4 deletions dist/main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,6 @@ Object.defineProperty(Flatten, 'DP_TOL', {
* Class of system errors
*/
class Errors {
constructor() {
this.dummy = 0;
}

/**
* Throw error ILLEGAL_PARAMETERS when cannot instantiate from given parameter
* @returns {ReferenceError}
Expand Down
4 changes: 0 additions & 4 deletions dist/main.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,6 @@
* Class of system errors
*/
class Errors {
constructor() {
this.dummy = 0;
}

/**
* Throw error ILLEGAL_PARAMETERS when cannot instantiate from given parameter
* @returns {ReferenceError}
Expand Down
4 changes: 0 additions & 4 deletions src/utils/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ import Flatten from "../flatten";
* Class of system errors
*/
export class Errors {
constructor() {
this.dummy = 0
}

/**
* Throw error ILLEGAL_PARAMETERS when cannot instantiate from given parameter
* @returns {ReferenceError}
Expand Down

0 comments on commit 1e6151d

Please sign in to comment.