@livy/util
Version:
Common utilities for the Livy logger
8 lines (7 loc) • 316 B
TypeScript
import { FormattableHandlerInterface } from '@livy/contracts/lib/formattable-handler-interface';
/**
* Check whether a value implements the FormattableHandlerInterface
*
* @param value The value to check
*/
export declare function isFormattableHandlerInterface(value: any): value is FormattableHandlerInterface;