UNPKG

@livy/util

Version:
8 lines (7 loc) 316 B
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;