Skip to content

Commit fd6e981

Browse files
committed
feat: export logger type
1 parent 1a26cc3 commit fd6e981

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ export { copy, list, remove, move, find, query, listPermissions, changePermissio
1212

1313
import { authenticateWithTokenFromJavascript } from "./authentication/AuthenticationToken"
1414
import { generateCSSToken } from "./authentication/TokenCreationCSS"
15-
export { authenticateWithTokenFromJavascript as authenticateToken, generateCSSToken }
15+
export { authenticateWithTokenFromJavascript as authenticateToken, generateCSSToken }
16+
17+
// Type exports
18+
export type { Logger } from './logger';
File renamed without changes.

0 commit comments

Comments
 (0)