sejm-calculator/src/pug.ts

7 wiersze
113 B
TypeScript
Czysty Zwykły widok Historia

2019-09-24 17:21:02 +00:00
declare module '*.pug' {
2024-01-10 21:58:43 +00:00
import type pug from 'pug';
2020-11-02 16:56:39 +00:00
2019-09-24 17:21:02 +00:00
const content: pug.compileTemplate;
export = content;
}