@surveycake/utils
Version:
SurveyCake Javascript Utils
42 lines (41 loc) • 1.95 kB
TypeScript
export { appendLeft } from './appendLeft';
export { calculateNumber } from './calculateNumber';
export { debounce } from './debounce';
export { exhaust } from './exhaust';
export { formatPrecision } from './formatPrecision';
export { handleResponse } from './handleResponse';
export { insertItemWithoutDuplicated } from './insertItemWithoutDuplicated';
export { insertIndex } from './insertIndex';
export { insertScript } from './insertScript';
export { isArrayEmpty } from './isArrayEmpty';
export { isClarityId } from "./isClarityId";
export { isEmail } from './isEmail';
export { isGoogleAnalyticsId } from './isGoogleAnalyticsId';
export { isGA4Id } from './isGA4Id';
export { isGTMId } from './isGTMId';
export { isInteger } from './isInteger';
export { isNumeric } from './isNumeric';
export { isObject } from './isObject';
export { isObjectEmpty } from './isObjectEmpty';
export { isUrl } from './isUrl';
export { keycode } from './keycode';
export { numberToAlphabet } from './numberToAlphabet';
export { parseJwt } from './parseJwt';
export { parseYoutubeId } from './parseYoutubeId';
export { randomHash } from './randomHash';
export { randomSort } from './randomSort';
export { removeIndex } from './removeIndex';
export { removeItem } from './removeItem';
export { resizeImageDataUrl } from './resizeImageDataUrl';
export { selectableFonts } from './selectableFonts';
export { shallowEqual } from './shallowEqual';
export { throttle } from './throttle';
export { safeAdd } from './safeAdd';
export { safeDiv } from './safeDiv';
export { safeMod } from './safeMod';
export { safeMul } from './safeMul';
export { safeSub } from './safeSub';
export { getISOString } from './getISOString';
export { passThrough } from './passThrough';
export { stripHtml, stripHtmlTags } from './stripHtml';
export { languageCodesData, languageCodesDataForOldUseCase, defaultLanguageCodeData } from "./languageCodesData";