Skip to content

Commit

Permalink
refactor(core): export initializing method
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite authored Jul 7, 2024
1 parent fba90c5 commit 8f8a67d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const add = (a: number, b: number) => {
return a + b;
};
export async function createServer() {
// TODO
}

// eslint-disable-next-line @typescript-eslint/no-inferrable-types
export const version: string = '[VI]{{inject}}[/VI]';

0 comments on commit 8f8a67d

Please sign in to comment.