UNPKG

@structured-types/playground-plugin

Version:

Typescript playground plugin to display the types from source code.

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