mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-14 20:13:23 +00:00
chore: added updated dependencies
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.skipN = skipN;
|
||||
var UnsafeSkipN_1 = require("./UnsafeSkipN");
|
||||
function skipN(rng, num) {
|
||||
var nextRng = rng.clone();
|
||||
(0, UnsafeSkipN_1.unsafeSkipN)(nextRng, num);
|
||||
return nextRng;
|
||||
}
|
||||
Reference in New Issue
Block a user