Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
BeebuddyUtil
/
dma-common-backend
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 18c43bb9
authored
Oct 15, 2020
by
Beebuddy Builder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v6
1 parent
05d79ff8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
dist/src/index.js
src/index.js
dist/src/index.js
View file @
18c43bb
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
Object
.
defineProperty
(
exports
,
"__esModule"
,
{
Object
.
defineProperty
(
exports
,
"__esModule"
,
{
value
:
true
value
:
true
});
});
exports
.
default
=
void
0
;
exports
.
Utils
=
void
0
;
function
_classCallCheck
(
instance
,
Constructor
)
{
if
(
!
(
instance
instanceof
Constructor
))
{
throw
new
TypeError
(
"Cannot call a class as a function"
);
}
}
function
_classCallCheck
(
instance
,
Constructor
)
{
if
(
!
(
instance
instanceof
Constructor
))
{
throw
new
TypeError
(
"Cannot call a class as a function"
);
}
}
...
@@ -34,5 +34,4 @@ function () {
...
@@ -34,5 +34,4 @@ function () {
return
Utils
;
return
Utils
;
}();
}();
var
_default
=
Utils
;
exports
.
Utils
=
Utils
;
exports
.
default
=
_default
;
\ No newline at end of file
\ No newline at end of file
src/index.js
View file @
18c43bb
class
Utils
{
export
class
Utils
{
/**
/**
* @description Testasdfasdfasdf
* @description Testasdfasdfasdf
* @param {String} str
* @param {String} str
...
@@ -8,5 +8,3 @@ class Utils {
...
@@ -8,5 +8,3 @@ class Utils {
return
`=======>
${
str
}
<=======`
;
return
`=======>
${
str
}
<=======`
;
}
}
}
}
\ No newline at end of file
export
default
Utils
;
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment