UNPKG

@particle-network/auth-core-modal

Version:

Auth Core provides MPC (Multi-Party Computation)-based threshold signatures.

10 lines (9 loc) 172 B
type Env = { buyUrl: string; }; declare class GlobalConfig { #private; get env(): Env; } declare const globalConfig: GlobalConfig; export default globalConfig;