Kamil Trusiak
Kamil Trusiak
I have a simple interface ``` interface Todo { title: string; deadline: Date; } ``` And it persists correctly. But is there a way for rehydrating Date object without rewriting...
Fixes https://github.com/digitalbazaar/forge/issues/397 Based on https://github.com/digitalbazaar/forge/issues/397#issuecomment-218420565
I couldn't find this anywhere, so I am not sure if this is supported or not. I think it would be nice option to have separate language option for devtools....