UNPKG

@azizbecha/strkit

Version:

strkit is a utility library offering a collection of essential string functions including validation, case conversion, truncation, and more. Ideal for both JavaScript and TypeScript developers to simplify string operations in their applications.

86 lines (85 loc) 3.54 kB
/** * @file Automatically generated by barrelsby. */ export { default as capitalize } from './capitalize'; export * from './capitalize'; export { default as clamp } from './clamp'; export * from './clamp'; export { default as compareVersion } from './compareVersion'; export * from './compareVersion'; export { default as countWords } from './countWords'; export * from './countWords'; export { default as countWordsMatching } from './countWordsMatching'; export * from './countWordsMatching'; export { default as decodeURL } from './decodeURL'; export * from './decodeURL'; export { default as diffStrings } from './diffStrings'; export * from './diffStrings'; export { default as encodeURL } from './encodeURL'; export * from './encodeURL'; export { default as endsWith } from './endsWith'; export * from './endsWith'; export { default as extractHashtags } from './extractHashtags'; export * from './extractHashtags'; export { default as extractMentions } from './extractMentions'; export * from './extractMentions'; export { default as formatNumber } from './formatNumber'; export * from './formatNumber'; export { default as generateId } from './generateId'; export * from './generateId'; export { default as getDistanceBetweenPoints } from './getDistanceBetweenPoints'; export * from './getDistanceBetweenPoints'; export { default as invertCase } from './invertCase'; export * from './invertCase'; export { default as isAnagram } from './isAnagram'; export * from './isAnagram'; export { default as isBoolean } from './isBoolean'; export * from './isBoolean'; export { default as isBtcAddress } from './isBtcAddress'; export * from './isBtcAddress'; export { default as isCreditCard } from './isCreditCard'; export * from './isCreditCard'; export { default as isEmail } from './isEmail'; export * from './isEmail'; export { default as isEmoji } from './isEmoji'; export * from './isEmoji'; export { default as isIPv4Address } from './isIPv4Address'; export * from './isIPv4Address'; export { default as isIPv6Address } from './isIPv6Address'; export * from './isIPv6Address'; export { default as isJSON } from './isJSON'; export * from './isJSON'; export { default as isJWT } from './isJWT'; export * from './isJWT'; export { default as isPalindrome } from './isPalindrome'; export * from './isPalindrome'; export { default as isURL } from './isURL'; export * from './isURL'; export { default as maskEmail } from './maskEmail'; export * from './maskEmail'; export { default as randomBetween } from './randomBetween'; export * from './randomBetween'; export { default as readingTime } from './readingTime'; export * from './readingTime'; export { default as removeSpaces } from './removeSpaces'; export * from './removeSpaces'; export { default as reverse } from './reverse'; export * from './reverse'; export { default as roundTo } from './roundTo'; export * from './roundTo'; export { default as startsWith } from './startsWith'; export * from './startsWith'; export { default as toCamelCase } from './toCamelCase'; export * from './toCamelCase'; export { default as toDegrees } from './toDegrees'; export * from './toDegrees'; export { default as toOrdinal } from './toOrdinal'; export * from './toOrdinal'; export { default as toRadians } from './toRadians'; export * from './toRadians'; export { default as toSlug } from './toSlug'; export * from './toSlug'; export { default as truncate } from './truncate'; export * from './truncate'; export { default as truncateMiddle } from './truncateMiddle'; export * from './truncateMiddle';