UNPKG

@typespec/compiler

Version:

TypeSpec compiler and standard library

6 lines 222 B
/** * Reexport the bare minimum for rollup to do the tree shaking. */ import * as TypeSpecPrettierPlugin from "../formatter/index.js"; export default TypeSpecPrettierPlugin; //# sourceMappingURL=prettier-formatter.js.map