/** * @packageDocumentation * @module std.internal */ export interface IEmpty { /** * Test whether container is empty. */ empty(): boolean; } //# sourceMappingURL=IEmpty.d.ts.map