@sebgroup/frontend-tools
Version:
A set of frontend tools
37 lines (36 loc) • 1.19 kB
TypeScript
export * from "./arrayToObject";
export * from "./capitalize";
export * from "./checkStringLength";
export * from "./clearTime";
export * from "./CookieStorage";
export * from "./dateDiff";
export * from "./deepCopy";
export * from "./downloadFile";
export * from "./formatDate";
export * from "./FormValidator";
export * from "./getBrowserName";
export * from "./getBrowserVersion";
export * from "./isBrowserChrome";
export * from "./isBrowserEdge";
export * from "./isBrowserFirefox";
export * from "./isBrowserIE";
export * from "./isBrowserOpera";
export * from "./isBrowserSafari";
export * from "./isDateAfter";
export * from "./isDateBefore";
export * from "./isEmail";
export * from "./isEmpty";
export * from "./isPhoneNumber";
export * from "./isPrimitive";
export * from "./isSameDate";
export * from "./isSameObject";
export * from "./isStrongPassword";
export * from "./isValidDate";
export * from "./modifyDate";
export * from "./randomId";
export * from "./StorageManagement";
export * from "./stringInsert";
export * from "./toCurrency";
export * from "./toDate";
export * from "./toggleBodyOverflow";
export * from "./toLocalDateString";