2.0.3 • Published 5 years ago

ghost-default v2.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

usage

let { createDefaultGhost } = require('ghost-default')

let object = {
  hello: (name) => "hello " + name + "!"
}

let ghost = createDefaultGhost(object)

ghost.hello("Alice")("default") // => "hello Alice!"
ghost.hi("Bob")("default") // => "default"
2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago