blob: 84b815377a8c2b058e774e492e7316d2f4c44ac4 (
plain)
1
2
3
4
5
6
7
8
9
|
// 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 };
|