UNPKG

@chain-registry/utils

Version:
4 lines (3 loc) 243 B
import { AssetList } from '@chain-registry/types'; export declare const customFind: <T>(array: T[], filterFn: (item: T) => boolean, message: string) => T | undefined; export declare const getNativeAssets: (assets: AssetList[]) => AssetList[];