UNPKG

ng2-pipes

Version:
21 lines (20 loc) 702 B
import { IsGreaterEqualThanPipe } from './is-greater-equal-than'; export declare const BOOLEAN_PIPES: typeof IsGreaterEqualThanPipe[]; export declare class NgBooleanPipesModule { } export * from './is-defined'; export * from './is-null'; export * from './is-undefined'; export * from './is-string'; export * from './is-function'; export * from './is-number'; export * from './is-array'; export * from './is-object'; export * from './is-greater-equal-than'; export * from './is-greater-than'; export * from './is-less-equal-than'; export * from './is-equal-to'; export * from './is-not-equal-to'; export * from './is-identical-to'; export * from './is-not-identical-to'; export * from './is-less-than';