UNPKG

fake-npm-package

Version:
20 lines (11 loc) 531 B
# fake-npm-package This package returns a table flip, and hopefully in the future it will return more things! ## basic usage ```javascript import fakeNpmPackage from 'fake-npm-package'; console.log(fakeNpmPackage) // Object {best: "My Wife!", flipTable: "(╯°□°)╯︵ ┻━┻)", surprise: "(⊙ˍ⊙)"} console.log(fakeNpmPackage.flipTable) // "(╯°□°)╯︵ ┻━┻)" ## api The whole API is considered "public". ### fake-npm-package Default export, a function that returns a string