UNPKG

@utilify/core

Version:

Modern, strongly typed, and safe utility function library for JavaScript and TypeScript. Includes type checking, manipulation of arrays, objects, strings, dates, colors, numbers, regular expressions, and more. Compatible with Browser, Node.js, Deno, and B

18 lines 1 kB
export { default as exitFullscreen } from './exitFullscreen'; export { default as getLanguage } from './getLanguage'; export { default as getTheme } from './getTheme'; export { default as isCookieEnabled } from './isCookieEnabled'; export { default as isFullscreenEnabled } from './isFullscreenEnabled'; export { default as isOnline } from './isOnline'; export { default as isShareable } from './isShareable'; export { default as isTabActive } from './isTabActive'; export { default as isTouchDevice } from './isTouchDevice'; export { default as on } from './on'; export { default as onOffline } from './onOffline'; export { default as onOnline } from './onOnline'; export { default as onVisibilityChange } from './onVisibilityChange'; export { default as requestFullscreen } from './requestFullscreen'; export { default as scrollToElement } from './scrollToElement'; export { default as scrollToTop } from './scrollToTop'; export { default as share } from './share'; //# sourceMappingURL=index.d.ts.map