UNPKG

wed

Version:

Wed is a schema-aware editor for XML documents.

3 lines (2 loc) 113 B
import { OperatorFunction } from '../types'; export declare function isEmpty<T>(): OperatorFunction<T, boolean>;