Repository URL to install this package:
|
Version:
1.2.8 ▾
|
import isStringNotEmpty from './presets/isStringNotEmpty';
import isNotEmptyArray from './presets/isNotEmptyArray';
export * from './presets/isStringNotEmpty';
export * from './presets/isStringOrNumber';
export { isStringNotEmpty as isNonEmptyString };
export { isNotEmptyArray };
export { isNotEmptyArray as isNonEmptyArray };
declare const _default: {
isStringNotEmpty: typeof isStringNotEmpty;
isStringOrNumber: any;
isNotEmptyArray: (x: any) => boolean;
};
export default _default;