DefinitelyTyped/types/prettier/parser-glimmer.d.ts
2019-04-14 13:03:12 +01:00

6 lines
105 B
TypeScript

import { Plugin } from './';
declare const plugin: Plugin;
export as namespace plugin;
export = plugin;