You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if I am dumb or just tired but I couldn't figure out how to get the actual value from the stringified/encoded input...
importdevaluefrom"devalue";constobj={someDate: newDate()};constserialized=devalue(obj);// equivalent of JSON.stringifyconstparsed= ...;// equivalent of JSON.parse?parsed.someDate.getTime();
The text was updated successfully, but these errors were encountered:
Not sure if I am dumb or just tired but I couldn't figure out how to get the actual value from the stringified/encoded input...
The text was updated successfully, but these errors were encountered: