This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/flow-typed/globals.js
Tom Moor 5d6f68d399
feat: Move to passport for authentication (#1934)
- Added `accountProvisioner`
- Move authentication to use passport strategies
- Make authentication more pluggable
- Change language of services -> providers

closes #1120
2021-03-11 10:02:22 -08:00

11 lines
162 B
JavaScript

// @flow
declare var process: {
exit: (code?: number) => void,
cwd: () => string,
env: {
[string]: string,
},
};
declare var EDITOR_VERSION: string;