UNPKG

@jeswr/prefixcc

Version:

A utility library to lookup prefixes and uris on prefixcc

6 lines (5 loc) 207 B
import { OptionalFetch } from './fetchContext'; /** * Use prefix.cc to look up all recorded prefixes */ export declare function lookupAllPrefixes(options?: OptionalFetch): Promise<Record<string, string>>;