UNPKG

monogon

Version:

Modern syntax highlighting for developer tooling

3 lines (2 loc) 109 B
import type { Module } from './types.ts'; export declare const getModule: (name: string) => Promise<Module>;