UNPKG
hirefire-resource
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
HireFire integration library for Node.js applications
hirefire.io
hirefire/hirefire-resource-node
hirefire-resource
/
src
/
hirefire.js
14 lines
(10 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
const
Configuration
=
require
(
"./configuration"
)
class
HireFire
{
constructor
(
) {
this
.
configuration
=
new
Configuration
() }
configure
(
fn
) {
fn
(
this
.
configuration
) } }
module
.
exports
=
HireFire