Comparing version 0.0.0 to 0.0.1
// Generated by CoffeeScript 1.4.0 | ||
module.exports = function(fn) { | ||
return fn.apply(null, arguments); | ||
module.exports = { | ||
inject: require('./inject') | ||
}; |
{ | ||
"name": "also", | ||
"description": "decorators", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"author": "nomilous <nomilous@gmail.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -5,1 +5,34 @@ also | ||
decorators | ||
### 0.0.1 (unstable) | ||
vague example with ducks | ||
------------------------ | ||
```coffee | ||
{sync, async} = require( 'also' ).inject | ||
ducks = 0 | ||
ducklings = 0 | ||
quark = sync | ||
beforeAll: -> ducks++ | ||
beforeEach: -> ducklings++ | ||
-> | ||
ducks: ducks | ||
ducklings: ducklings | ||
quark quark quark quark quark quark quark() | ||
# => { ducks: 1, ducklings: 7 } | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
19814
19
93
38
0