This website requires JavaScript.
Explore
Help
Sign In
Timo
/
modelling
Watch
1
Star
0
Fork
0
You've already forked modelling
Code
Issues
Pull Requests
Releases
Wiki
Activity
modelling
/
lib
/
interfaces
/
Serializable.ts
4 lines
57 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix
2020-05-04 20:27:52 +02:00
export
interface
Serializable
{
serialize
(
)
:
string
;
modelling
2020-05-04 20:04:38 +02:00
}
Reference in New Issue
Copy Permalink