/
concept-collection
/
turing-sphere-2
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
turing-sphere-2
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
main
Branches
main
turing-sphere-2
/
src
/
raw.d.ts
5 lines · 158 B
Copy
Copied
Blame
History
Raw
1
/** Vite's `?raw` suffix imports a file's text. Used to load .m model sources. */
2
declare
module
'*?raw'
{
3
const
source
:
string
;
4
export
default
source;
5
}
↑
↓
move
↵
open
esc
close