mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-07 17:44:28 +00:00
Initial commit
This commit is contained in:
commit
90e4945c77
14 changed files with 4306 additions and 0 deletions
8
lib/utils.js
Normal file
8
lib/utils.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
function extrasperse(elem, array) {
|
||||
const init = [];
|
||||
return array.reduce((r, a) => r.concat(elem, a), init);
|
||||
}
|
||||
exports.extrasperse = extrasperse;
|
||||
;
|
Loading…
Add table
Add a link
Reference in a new issue