UNPKG

@parabolfi/core

Version:

Core utilities for Parabol SDK

8 lines 367 B
import { SupportedChainId } from "../config/global"; export * from "./contractHelpers"; export * from "./permitSignatureHelpers"; export * from "./validateAndConvertParams"; export * from "./replacer"; export * from "./calldataHelpers"; export declare function isSupportedChain(chainId: number | null): chainId is SupportedChainId; //# sourceMappingURL=index.d.ts.map