UNPKG
eth-hooks2
Version:
latest (5.0.2-beta27)
next (5.0.2-beta27-21)
5.0.2-beta27-9
5.0.2-beta27-8
5.0.2-beta27-7
5.0.2-beta27-6
5.0.2-beta27-5
5.0.2-beta27-4
5.0.2-beta27-3
5.0.2-beta27-21
5.0.2-beta27-20
5.0.2-beta27-2
5.0.2-beta27-19
5.0.2-beta27-18
5.0.2-beta27-17
5.0.2-beta27-16
5.0.2-beta27-15
5.0.2-beta27-14
5.0.2-beta27-13
5.0.2-beta27-12
5.0.2-beta27-11
5.0.2-beta27-10
5.0.2-beta27-1
5.0.2-beta27
A set of hooks to turbocharge buidling
github.com/scaffold-eth/eth-hooks
scaffold-eth/eth-hooks
eth-hooks2
/
helpers
/
index.mjs
11 lines
(9 loc)
•
274 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
'../chunk-MEWEIBC4.mjs'
;
import
{ lazy }
from
'react'
;
var
lazier
= (
importFactory, importName
) => {
return
lazy
(
() =>
{
return
importFactory
().
then
(
(
module
) =>
({
default
:
module
[importName] })); }); };
export
{ lazier };
//# sourceMappingURL=index.mjs.map