chore: basic structure of files to rewrite in TS

This commit is contained in:
divlo
2020-12-28 16:49:31 +01:00
parent d5e0dcc69d
commit 748c61ed07
18 changed files with 109 additions and 18 deletions

3
src/index.ts Normal file
View File

@ -0,0 +1,3 @@
export const authorize = (options: any): any => {
return options
}