1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-11 01:58:05 -05:00
denoland-deno/prettier/prettier.ts
2019-01-26 23:19:56 -05:00

9 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 };