manifold/functions/src/index.ts

12 lines
285 B
TypeScript
Raw Normal View History

2021-12-11 00:06:17 +00:00
import * as admin from 'firebase-admin'
2021-12-10 18:10:30 +00:00
2021-12-11 00:06:17 +00:00
admin.initializeApp()
2022-01-05 18:24:59 +00:00
// export * from './keep-awake'
2021-12-14 07:02:50 +00:00
export * from './place-bet'
2021-12-18 02:12:58 +00:00
export * from './resolve-market'
export * from './stripe'
export * from './sell-bet'
export * from './create-contract'
export * from './update-contract-metrics'