0.1.1 • Published 5 years ago

@jmodifier/builds v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

The following documentation is automatically generated. Please refer to the development repository (jModifier/jModifier) for information on what jModifier is and how to contribute.

CONTENTS

API

.ping

jModifier.ping(<ping>)

Returns:

  • any - Returns what you send it

Examples:

jModifier.ping("hello, world");
"hello, world"

Authors of jModifier/ping.js

moule.exports = ping => ping;