@minionorg/share
Version:
35 lines (34 loc) • 1.36 kB
TypeScript
import createType from './createType';
import getURLValueByKey from './getURLValueByKey';
import getValue from './getValue';
import hasEmoji from './hasEmoji';
import isEmail from './isEmail';
import isIPv4 from './isIPv4';
import isIPv4Range from './isIPv4Range';
import isIPv6 from './isIPv6';
import isIPv6Range from './isIPv6Range';
import isMobile from './isMobile';
import isPhone from './isPhone';
import isPort from './isPort';
import isPostalCode from './isPostalCode';
import queryURLParams from './queryURLParams';
import validateTypeHoc from './validateTypeHoc';
export { createType, getURLValueByKey, getValue, hasEmoji, isEmail, isIPv4, isIPv4Range, isIPv6, isIPv6Range, isMobile, isPhone, isPort, isPostalCode, queryURLParams, validateTypeHoc, };
declare const _default: {
createType: typeof createType;
getURLValueByKey: typeof getURLValueByKey;
getValue: typeof getValue;
hasEmoji: typeof hasEmoji;
isEmail: typeof isEmail;
isIPv4: typeof isIPv4;
isIPv4Range: typeof isIPv4Range;
isIPv6: typeof isIPv6;
isIPv6Range: typeof isIPv6Range;
isMobile: typeof isMobile;
isPhone: typeof isPhone;
isPort: typeof isPort;
isPostalCode: typeof isPostalCode;
queryURLParams: typeof queryURLParams;
validateTypeHoc: typeof validateTypeHoc;
};
export default _default;