/**
* Type to describe type including null and undefined variations of it. Used as a
* generic type for serializer input and output.
*
* @type {TypeLike<TObject>}
*/exportdeclaretypeTypeLike<TObject> = TObject | null | undefined;
//# sourceMappingURL=type-like.d.ts.map