ember-source
Version:
A JavaScript framework for creating ambitious web applications
6 lines (5 loc) • 338 B
TypeScript
declare module 'ember-template-compiler/minimal' {
export { default as precompile } from 'ember-template-compiler/lib/system/precompile';
export { buildCompileOptions as _buildCompileOptions } from 'ember-template-compiler/lib/system/compile-options';
export { preprocess as _preprocess, print as _print } from '@glimmer/syntax';
}