mirror of
https://github.com/denoland/deno.git
synced 2024-12-11 01:58:05 -05:00
10 lines
308 B
TypeScript
10 lines
308 B
TypeScript
|
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||
|
import "./standalone.js";
|
||
|
import "./parser_typescript.js";
|
||
|
import "./parser_markdown.js";
|
||
|
|
||
|
// TODO: provide decent type declarions for these
|
||
|
const { prettier, prettierPlugins } = window as any;
|
||
|
|
||
|
export { prettier, prettierPlugins };
|