Type guard that checks whether the given value is a Contentful Entry, passing through the specified skeleton, chain modifiers, and locale.
The entry skeleton type.
The chain modifiers type. Defaults to ChainModifiers.
The locale code type. Defaults to LocaleCode.
The value to test.
true if the object conforms to CtflEntry and can be treated as a typed Entry, otherwise false.
true
false
Type guard that checks whether the given value is a Contentful Entry, passing through the specified skeleton, chain modifiers, and locale.