UNPKG

@structured-types/instant-documentation-plugin

Version:

Typescript playground plugin to display instant documentation.

4 lines (3 loc) 141 B
import type { PlaygroundPlugin } from './vendor/playground'; declare const makePlugin: () => PlaygroundPlugin; export default makePlugin;