/ concept-collection / turing-sphere-2
Sign in
concept-collection / turing-sphere-2
turing-sphere-2 / src / raw.d.ts
5 lines · 158 BBlameHistoryRaw
1/** Vite's `?raw` suffix imports a file's text. Used to load .m model sources. */
2declare module '*?raw' {
3 const source: string;
4 export default source;
5}
moveopenescclose