UNPKG

@nlabs/gothamjs

Version:
6 lines (5 loc) 199 B
import type { FluxAction } from '@nlabs/arkhamjs'; export declare class MarkdownActions { static clearExternal(): Promise<FluxAction>; static getExternal(url: string): Promise<FluxAction>; }