-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jarkko Mönkkönen
authored and
Jarkko Mönkkönen
committed
Oct 30, 2024
1 parent
6325bfd
commit 1aec8b0
Showing
3 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -23,7 +23,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object | |
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; } | ||
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /*! | ||
* @license | ||
* console-log-server v0.3.1 (https://github.com/jamonkko/console-log-server#readme) | ||
* console-log-server v0.4.0 (https://github.com/jamonkko/console-log-server#readme) | ||
* Copyright 2024 Jarkko Mönkkönen <[email protected]> | ||
* Licensed under MIT | ||
*/ | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/*! | ||
* @license | ||
* console-log-server v0.3.1 (https://github.com/jamonkko/console-log-server#readme) | ||
* console-log-server v0.4.0 (https://github.com/jamonkko/console-log-server#readme) | ||
* Copyright 2024 Jarkko Mönkkönen <[email protected]> | ||
* Licensed under MIT | ||
*/ | ||
|