5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
import Handlebars from 'handlebars';
|
|
|
|
declare const runtime: typeof Handlebars;
|
|
export default runtime;
|