Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
sagemathinc
Edit Copy
Star
5
GitHub Repository:
sagemathinc/cocalc
Path:
blob/master/src/packages/project/declarations.d.ts
1
4
4
7
views
1
declare
module
"*.png"
{
2
const
value
:
string
;
3
export
default
value
;
4
}
5
6