Skip to content

Commit

Permalink
generic node WIP - pretty much ported wppus-api.js ; next is dummy-ge…
Browse files Browse the repository at this point in the history
…neric.js
  • Loading branch information
froger-me committed Jan 9, 2024
1 parent 1e61070 commit 657e203
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration/dummy-generic/dummy-generic.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
const wppusApi = require('./wppus-api');
5 changes: 5 additions & 0 deletions integration/dummy-generic/exports-src.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const AdmZip = require('adm-zip');

module.exports = {
AdmZip
};
Loading

0 comments on commit 657e203

Please sign in to comment.