Stairs/web/static/assets/ts/text.ts

4 lines
69 B
TypeScript
Raw Normal View History

declare module 'text!*' {
var _: string;
export default _;
}