UNPKG
fc-toolkit
Version:
latest (2.1.1)
2.1.1
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-beta.0
1.4.1
1.4.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.2-beta.1
1.2.1
1.2.0
1.1.0-alpha.1
1.0.1
1.0.0
0.1.2
0.1.1
0.1.0
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.1-alpha.7
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
fc-toolkit
fc-toolkit
/
lib
/
common.d.ts
5 lines
(4 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="node" />
export
declare
function
sizeof
(
str
:
string
|
Buffer
):
number
;
export
declare
function
getFunctionName
(
{ name, version }:
any
):
string
;
export
declare
function
retryWrapper
(
execution
:
any
,
options
?:
any
):
Promise
<
any
>;