UNPKG
@hapipal/confidence
Version:
latest (6.0.2)
types (6.1.0-types.0)
6.1.0-types.0
6.0.2
6.0.1
6.0.0
Dynamic, declarative configurations
github.com/hapipal/confidence
hapipal/confidence
@hapipal/confidence
/
lib
/
index.js
19 lines
(9 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
'use strict'
;
// Load modules
const
Store
=
require
(
'./store'
);
const
Id
=
require
(
'./id'
);
// Declare internals
const
internals = {};
// Exports components
exports
.
Store
=
Store
;
exports
.
id
=
Id
;