UNPKG
@microfleet/core
Version:
canary (17.5.4-next.57)
latest (24.0.0)
next (13.9.0)
24.0.0
23.0.0
22.0.0
21.0.1
21.0.0
20.1.4
20.1.3
20.1.2
20.1.1
20.1.0
20.0.5
20.0.4
20.0.3
20.0.2
20.0.1
20.0.0
19.3.0
19.2.14
19.2.13
19.2.12
19.2.11
19.2.10
19.2.9
19.2.8
19.2.7
19.2.6
19.2.5
19.2.4
19.2.2
19.2.0
19.0.0
17.33.0
17.31.0
17.29.2
17.29.0
17.27.2
17.27.0
17.25.0
17.23.0
17.21.0
17.19.2
17.19.0
17.17.0
17.15.4
17.15.2
17.15.0
17.13.2
17.13.0
17.11.14
17.11.12
17.11.10
17.11.8
17.11.6
17.11.4
17.11.2
17.11.0
17.9.0
17.8.1
17.8.0
17.7.0
17.6.0
17.5.4
17.5.4-next.57
17.5.4-next.56
17.5.4-next.51
17.5.4-next.49
17.5.4-next.46
17.5.4-next.39
17.5.4-next.35
17.5.4-next.31
17.5.3
17.5.2
17.5.1
17.5.0
17.4.0
17.3.5
17.3.4
17.3.3
17.3.2
17.3.1
17.3.0
17.2.0
17.1.0
17.0.0
16.0.4
16.0.3
16.0.2
16.0.1
16.0.0
15.7.1
15.7.0
15.6.1
15.6.0
15.5.1
15.5.0
15.4.1
15.4.0
15.3.1
15.3.0
15.2.3
15.2.2
15.2.1
15.2.0
15.1.0
15.0.3
15.0.2
15.0.1
15.0.0
14.1.2
14.1.1
14.1.0
14.0.8
14.0.7
14.0.6
14.0.5
14.0.4
14.0.3
14.0.2
14.0.1
14.0.0
13.9.1
13.9.0
13.8.1
13.8.1-metrics2
13.8.1-debug
13.8.0
13.7.0
13.6.0
13.5.0
13.4.9
13.4.8
13.4.7
13.4.6
13.4.5
13.4.4
13.4.3
13.4.2
13.4.1
13.4.0
13.3.2
13.3.1
13.3.0
13.2.1
13.2.0
13.1.4
13.1.3
13.1.2
13.1.1
13.1.0
13.0.4
13.0.3
13.0.2
13.0.1
13.0.0
12.0.1
12.0.0
11.0.2
11.0.1
11.0.0
10.11.0
10.10.0
10.9.1
10.9.0
10.8.1
10.8.0
10.7.1
10.7.0
10.6.1
10.6.0
10.5.0
10.4.2
10.4.1
10.4.0
10.3.2
10.3.1
10.3.0
10.2.4
10.2.3
10.2.2
10.2.1
10.2.0
10.1.2
10.1.1
10.1.0
10.0.0
9.7.5
9.7.4
9.7.3
9.7.2
9.7.1
9.7.0
9.6.0
9.5.0
9.4.0
9.3.0
9.2.0
9.1.0
9.0.0
8.1.1
8.1.0
8.0.4
8.0.3
8.0.2
8.0.1
1.0.0
Abstract microservice core
github.com/microfleet/core
microfleet/core
@microfleet/core
/
lib
/
utils
/
require.d.ts
7 lines
(6 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
const
_default
:
(
name
:
string
) =>
any
;
/** * Performs require and validates that constraints are met. *
@param
name
- Name of the module to require. */
export
default
_default;