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 5e7a81be
authored
Oct 15, 2020
by
Beebuddy Builder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add return type
1 parent
e50bedcd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
dist/src/index.d.ts
src/index.d.ts
dist/src/index.d.ts
View file @
5e7a81b
...
@@ -56,14 +56,14 @@ export class ZipUtils {
...
@@ -56,14 +56,14 @@ export class ZipUtils {
* @param {String} zipFileName
* @param {String} zipFileName
* @returns {String}
* @returns {String}
*/
*/
static
async
zip
(
sourcePath
,
fromFloderName
,
destinationFolder
,
zipFileName
)
{}
static
async
zip
(
sourcePath
,
fromFloderName
,
destinationFolder
,
zipFileName
)
:
string
{}
/**
/**
* @description ZipUtils.unzip("/tmp/myzip.zip",/tmp/output)
* @description ZipUtils.unzip("/tmp/myzip.zip",/tmp/output)
* @param {String} zipFilePath
* @param {String} zipFilePath
* @param {String} extractToPath
* @param {String} extractToPath
*/
*/
static
async
unzip
(
zipFilePath
,
extractToPath
){}
static
async
unzip
(
zipFilePath
,
extractToPath
)
:
string
{}
}
}
...
...
src/index.d.ts
View file @
5e7a81b
...
@@ -56,14 +56,14 @@ export class ZipUtils {
...
@@ -56,14 +56,14 @@ export class ZipUtils {
* @param {String} zipFileName
* @param {String} zipFileName
* @returns {String}
* @returns {String}
*/
*/
static
async
zip
(
sourcePath
,
fromFloderName
,
destinationFolder
,
zipFileName
)
{}
static
async
zip
(
sourcePath
,
fromFloderName
,
destinationFolder
,
zipFileName
)
:
string
{}
/**
/**
* @description ZipUtils.unzip("/tmp/myzip.zip",/tmp/output)
* @description ZipUtils.unzip("/tmp/myzip.zip",/tmp/output)
* @param {String} zipFilePath
* @param {String} zipFilePath
* @param {String} extractToPath
* @param {String} extractToPath
*/
*/
static
async
unzip
(
zipFilePath
,
extractToPath
){}
static
async
unzip
(
zipFilePath
,
extractToPath
)
:
string
{}
}
}
...
...
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