Abstract
Static utility class for working with IResolvable values. Replaces the standalone isResolvable function to keep the codebase OOP-consistent.
isResolvable
Static
Type guard: returns true if the given value implements IResolvable (i.e. has a resolve method — duck typing).
resolve
Static utility class for working with IResolvable values. Replaces the standalone
isResolvablefunction to keep the codebase OOP-consistent.