UNPKG
@bitgo-forks/avalanchejs
Version:
latest (4.1.0-alpha.1)
master (4.1.0-alpha.3)
4.1.0-alpha.3
4.1.0-alpha.2
4.1.0-alpha.1
Avalanche Platform JS Library
github.com/BitGo/avalanchejs
BitGo/avalanchejs
@bitgo-forks/avalanchejs
/
dist
/
fixtures
/
utils
/
makeList.d.ts
4 lines
•
278 B
TypeScript
View Raw
1
2
3
4
import
type
{
Serializable
}
from
'../../serializable/common/types'
;
export
declare
const
makeList
: <T
extends
Serializable
>
(
single
: () => T
) =>
() =>
T[];
export
declare
const
makeListBytes
:
(
single
: () =>
Uint8Array
) =>
() =>
Uint8Array
;
//# sourceMappingURL=makeList.d.ts.map