Skip to content

Commit d4bd310

Browse files
committed
Update to TypeScript
1 parent b05544d commit d4bd310

File tree

6 files changed

+157
-3480
lines changed

6 files changed

+157
-3480
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)