Skip to content

Commit

Permalink
Merge pull request #5 from adrianhopebailie/patch-1
Browse files Browse the repository at this point in the history
FIX: Deno defaults to isolatedModules
  • Loading branch information
jozsefsallai authored Apr 16, 2021
2 parents e9eb054 + 86225a6 commit a404ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ function initCharacters(chars: TableCharacters = {}): TableCharacters {
return characters;
}

export {
export type {
initCharacters
};

0 comments on commit a404ec7

Please sign in to comment.