Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "stopstop", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "simple telegram output passer", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -25,2 +25,3 @@ # stopstop | ||
- [Chaining stopstop](#chaining-stopstop) | ||
- [It's just like `console.log`!](#its-just-like-consolelog) | ||
@@ -99,1 +100,14 @@ <!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
## It's just like `console.log`! | ||
I really did mean it when I said that it's just like `console.log`, by the way! The only thing that you can't pass stopstop as data is stopstop itself. | ||
```javascript | ||
stopme = stopstop("<token>", 123456789, "Hi! I'm a debug message!"); | ||
stopme('multiple', 'parameters!'); | ||
stopme(['arrays', 'too', '!']); | ||
stopme({objects: 'and'}, ['arrays'], {both: ['at', 'once', '?!']}); | ||
stopme(function() {return 'When would you ever need to log a function?';}); | ||
stopme([stopstop, 'If you really HAD to send yourself stopstop.']); | ||
stopme('Guessed it? stopstop uses %s on its parameters.', 'util.format'); | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10266
112