UNPKG

serializr

Version:

Serialize and deserialize complex object graphs to JSON

6 lines (5 loc) 258 B
/** * Cancels an asynchronous deserialization or update operation for the specified target object. * @param instance object that was previously returned from deserialize or update method */ export default function cancelDeserialize<T>(instance: T): void;