chore: basic structure of files to rewrite in TS
This commit is contained in:
3
src/index.ts
Normal file
3
src/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export const authorize = (options: any): any => {
|
||||
return options
|
||||
}
|
Reference in New Issue
Block a user