mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 13:35:09 -05:00
* Update TS version and setup SourceCred API in backend * Fix typeError in Player.tsx * Update yarn.lock * Update yarn.lock and fix type errors
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
import * as did from './did';
|
|
|
|
export { did };
|
|
export * from './arrayHelpers';
|
|
export * from './promiseHelpers';
|