UNPKG

xpm

Version:

The xPack project manager command line tool

6 lines (5 loc) 168 B
import { EmptyDrop } from '../drop'; export declare class BlankDrop extends EmptyDrop { equals(value: any): boolean; static is(value: unknown): boolean; }