Skip to content

Commit 9940663

Browse files
authored
Merge pull request #1 from voidvoxel/main
Update to TypeScript
2 parents b05544d + a45f9a5 commit 9940663

File tree

6 files changed

+162
-3481
lines changed

6 files changed

+162
-3481
lines changed

examples/plugin-usage.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
const run = require("./src/index");
1+
const {run} = require("../dist/index.js");
2+
3+
console.log(run)
24

35

46
let input = [1, 2];

0 commit comments

Comments
 (0)