Skip to content

Commit

Permalink
Add root-level compression and decompression exports (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Nov 26, 2018
1 parent 42164e1 commit 0cc1935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions compression.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("./src/resourcetiming-compression.js");
1 change: 1 addition & 0 deletions decompression.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("./src/resourcetiming-decompression.js");

0 comments on commit 0cc1935

Please sign in to comment.