UNPKG

@api.global/typedserver

Version:

A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.

4 lines (3 loc) 237 B
import * as plugins from './infohtml.plugins.js'; import { type IHtmlInfoOptions } from './index.js'; export declare const simpleInfo: (smartntmlInstanceArg: plugins.smartntml.Smartntml, optionsArg: IHtmlInfoOptions) => Promise<string>;