mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-09-12 06:04:29 +02:00
chore: update dependencies
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
var partial = require('./partial.js');
|
||||
var before = require('./before.js');
|
||||
|
||||
// Returns a function that will be executed at most one time, no matter how
|
||||
// often you call it. Useful for lazy initialization.
|
||||
var once = partial(before, 2);
|
||||
|
||||
module.exports = once;
|
||||
Reference in New Issue
Block a user