1
0
mirror of https://github.com/ellmau/adf-obdd.git synced 2025-12-20 09:39:38 +01:00
adf-obdd/frontend/index.d.ts
2023-04-21 10:41:41 +02:00

6 lines
77 B
TypeScript

declare module 'bundle-text:*' {
const s: string
export default s
}