Repository URL to install this package:
|
Version:
7.0.0-alpha.3 ▾
|
import { ObjWithValuesSerialized } from '../typings';
/**
* @param parsed @mutates
* @note these are not if-else
*/
export declare function parseObjWithSerializedValues(parsed: ObjWithValuesSerialized): void;