UNPKG
@broadcom/endevor-for-zowe-cli
Version:
latest (8.3.1)
lts-incremental (2.8.3)
next (8.3.1)
zowe-v1-lts (5.7.6)
zowe-v2-lts (7.10.1)
zowe-v3-lts (8.3.1)
8.3.1
8.3.0
8.2.2
8.2.1
8.2.0
8.1.0
8.0.3
8.0.1
7.10.1
7.10.0
7.9.2
7.9.1
7.9.0
7.8.0
7.7.6
7.7.5
7.7.4
7.7.3
7.7.2
7.7.1
7.7.0
7.6.0
7.5.1
7.5.0
7.4.0
7.3.0
7.2.1
7.2.0
7.1.0
7.0.3
7.0.1
7.0.0
7.0.0-next.202204141552
7.0.0-next.202204060833
7.0.0-next.202204051554
7.0.0-next.202203020949
7.0.0-next.202202080903
7.0.0-next.202111101640
7.0.0-next.202108201411
7.0.0-next.202108060743
7.0.0-next.202107281205
7.0.0-next.202107191549
6.5.2
6.5.1
6.5.0
6.4.0
6.3.1
6.3.0
6.2.0
6.1.8
6.1.7
6.1.6
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.0
5.7.6
5.7.5
5.7.4
5.7.3
5.7.2
5.7.1
5.7.0
5.6.0
5.5.0
5.4.1
5.4.0
5.3.0
5.2.0
5.1.1
5.0.1
4.2.3
4.2.2
4.2.1
4.2.0
4.1.0
4.0.1
2.8.3
2.8.2
2.7.1
2.7.0
2.6.0
2.5.0
2.4.1
2.4.0
2.3.0
2.1.1
Endevor Plug-in for Zowe CLI
@broadcom/endevor-for-zowe-cli
/
lib
/
api
/
workspace
/
HashUtils.d.ts
7 lines
(6 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
7
export declare
class
HashUtils
{
static
readonly
algo =
"sha1"
;
static
isSha1
(
string
:
string
): boolean
;
static
getHash
(
buffer: Buffer |
string
):
string
;
static
getFileHash
(
file
:
string
): Promise<
string
>
; }