UNPKG

webforai

Version:

A library that provides a web interface for AI

5 lines (4 loc) 264 B
import type { Nodes as Hast } from "hast"; export declare const getLangFromHast: (node: Hast) => string | undefined; export declare const getLangFromStr: (str: string) => string | undefined; export declare const getUrlFromHast: (node: Hast) => string | undefined;