@sebgroup/frontend-tools
Version:
A set of frontend tools
38 lines (37 loc) • 2.32 kB
JavaScript
export { arrayToObject } from './arrayToObject/arrayToObject.js';
export { capitalize } from './capitalize/capitalize.js';
export { checkStringLength } from './checkStringLength/checkStringLength.js';
export { clearTime } from './clearTime/clearTime.js';
export { CookieStorage } from './CookieStorage/CookieStorage.js';
export { dateDiff } from './dateDiff/dateDiff.js';
export { deepCopy } from './deepCopy/deepCopy.js';
export { FileType, downloadFile } from './downloadFile/downloadFile.js';
export { formatDate } from './formatDate/formatDate.js';
export { FormValidator } from './FormValidator/FormValidator.js';
export { getBrowserName } from './getBrowserName/getBrowserName.js';
export { getBrowserVersion } from './getBrowserVersion/getBrowserVersion.js';
export { isBrowserChrome } from './isBrowserChrome/isBrowserChrome.js';
export { isBrowserEdge } from './isBrowserEdge/isBrowserEdge.js';
export { isBrowserFirefox } from './isBrowserFirefox/isBrowserFirefox.js';
export { isBrowserIE } from './isBrowserIE/isBrowserIE.js';
export { isBrowserOpera } from './isBrowserOpera/isBrowserOpera.js';
export { isBrowserSafari } from './isBrowserSafari/isBrowserSafari.js';
export { isDateAfter } from './isDateAfter/isDateAfter.js';
export { isDateBefore } from './isDateBefore/isDateBefore.js';
export { isEmail } from './isEmail/isEmail.js';
export { isEmpty } from './isEmpty/isEmpty.js';
export { isPhoneNumber } from './isPhoneNumber/isPhoneNumber.js';
export { isPrimitive } from './isPrimitive/isPrimitive.js';
export { isSameDate } from './isSameDate/isSameDate.js';
export { isSameObject } from './isSameObject/isSameObject.js';
export { isStrongPassword } from './isStrongPassword/isStrongPassword.js';
export { isValidDate } from './isValidDate/isValidDate.js';
export { modifyDate } from './modifyDate/modifyDate.js';
export { randomId } from './randomId/randomId.js';
export { StorageManagement } from './StorageManagement/StorageManagement.js';
export { stringInsert } from './stringInsert/stringInsert.js';
export { toCurrency } from './toCurrency/toCurrency.js';
export { toDate } from './toDate/toDate.js';
export { toggleBodyOverflow } from './toggleBodyOverflow/toggleBodyOverflow.js';
export { toLocalDateString } from './toLocalDateString/toLocalDateString.js';
//# sourceMappingURL=index.js.map