You've already forked npm-module-template
mirror of
https://github.com/jakejarvis/npm-module-template.git
synced 2026-06-29 18:55:58 -04:00
initial commit 🎉
This commit is contained in:
Vendored
+1
@@ -0,0 +1 @@
|
||||
export function something(): void;
|
||||
@@ -0,0 +1,5 @@
|
||||
const something = function () {
|
||||
console.info("well hello there");
|
||||
};
|
||||
|
||||
export { something };
|
||||
Reference in New Issue
Block a user