Skip to content

Commit bda5008

Browse files
committed
stub: npm lib
1 parent d4fc38a commit bda5008

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"private": true,
32
"name": "authduo",
43
"version": "0.0.0-0",
54
"description": "decentralized local clientside user-centric auth",

s/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
export * from "./lib/login.js"
3+

s/lib/login.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
export async function login() {
3+
console.log("TODO coming soon")
4+
}
5+

0 commit comments

Comments
 (0)