Skip to content

Commit

Permalink
add ESM support (via 'esm-wrapper')
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Jan 26, 2021
1 parent e356726 commit 6d7de51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/esm-wrapper/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* eslint-env node */
// # spell-checker:ignore Deno

import _ from '../index.js';

const default_ = _;
export default default_;
1 change: 1 addition & 0 deletions src/esm-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type": "module"}

0 comments on commit 6d7de51

Please sign in to comment.