Skip to content

Commit

Permalink
fix: make initial index.ts nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Aug 10, 2020
1 parent 11548bc commit 64eac14
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
export default () => {
// TODO: implement your package
};
/**
* Your code goes here.
* Reference it from other packages via the following import statement:
* import { PACKAGE_NAME_CAMEL_CASED } from "PACKAGE_NAME";
*/
export const PACKAGE_NAME_CAMEL_CASED = function() {};

0 comments on commit 64eac14

Please sign in to comment.