4 lines
88 B
TypeScript

import { GithubStrategy } from './github';
export const strategies = [GithubStrategy];