Static
coerceStatic
isThe object to check.
true if the object implements ObjectStorageBackend, false otherwise.
Static
isTypeScript custom type guard that checks if the provided object implements Persistable.
The object to check.
true if the object implements Persistable, false otherwise.
Static
isTypeScript custom type guard that checks if the provided object implements Refreshable.
The object to check.
true if the object implements Refreshable, false otherwise.
TypeScript custom type guard that checks if the provided object implements ObjectStorageBackend.