chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-06 21:10:18 -07:00
parent f6c7fdad0c
commit 49cd2f0df3
10 changed files with 113 additions and 55 deletions

View File

@@ -382,3 +382,14 @@ export function action(arg: any): Promise<string> {
}
});
}
/**
* Singular rollup for convenience of all dialog methods
*/
export const Dialogs = {
alert,
confirm,
prompt,
login,
action,
};