mirror of
https://github.com/ellmau/adf-obdd.git
synced 2025-12-20 09:39:38 +01:00
6 lines
77 B
TypeScript
6 lines
77 B
TypeScript
declare module 'bundle-text:*' {
|
|
const s: string
|
|
export default s
|
|
}
|
|
|