-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
3eb86d3
commit 433145f
Showing
4 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/*! | ||
* vuex v4.1.0 | ||
* (c) 2022 Evan You | ||
* @license MIT | ||
*/ | ||
|
||
/*! #__NO_SIDE_EFFECTS__ */ | ||
|
||
/** | ||
* | ||
* @package local_adele | ||
* @author Jacob Viertel | ||
* @copyright 2023 Wunderbyte GmbH | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
/** | ||
* Validate if the string does excist. | ||
* | ||
* @package local_adele | ||
* @author Jacob Viertel | ||
* @copyright 2023 Wunderbyte GmbH | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ |