English
Appearance
Recursively peel an object until a blob is found.
class GitObject { peelToBlob(): Blob; }
Git blob.