@minionorg/share
Version:
79 lines (78 loc) • 3.35 kB
TypeScript
import abbreviate from './abbreviate';
import contains from './contains';
import equals from './equals';
import equalsAny from './equalsAny';
import equalsAnyIgnoreCase from './equalsAnyIgnoreCase';
import equalsIgnoreCase from './equalsIgnoreCase';
import escapeHTML from './escapeHTML';
import getStrLength from './getStrLength';
import isAnyEmpty from './isAnyEmpty';
import isEmpty from './isEmpty';
import isEN from './isEN';
import isZH from './isZH';
import length from './length';
import ltrim from './ltrim';
import rtrim from './rtrim';
import startsWith from './startsWith';
import strip from './strip';
import stripAll from './stripAll';
import stripEnd from './stripEnd';
import stripStart from './stripStart';
import stripToEmpty from './stripToEmpty';
import stripToNull from './stripToNull';
import substring from './substring';
import substringAfter from './substringAfter';
import substringAfterLast from './substringAfterLast';
import substringBefore from './substringBefore';
import substringBeforeLast from './substringBeforeLast';
import substringBetween from './substringBetween';
import substringsBetween from './substringsBetween';
import trim from './trim';
import trimToEmpty from './trimToEmpty';
import trimToNull from './trimToNull';
import truncate from './truncate';
import unescapeHTML from './unescapeHTML';
import upperCase from './upperCase';
import wrap from './wrap';
import wrapIfMissing from './wrapIfMissing';
export { abbreviate, contains, equals, equalsAny, equalsAnyIgnoreCase, equalsIgnoreCase, escapeHTML, getStrLength, isAnyEmpty, isEmpty, isEN, isZH, length, ltrim, rtrim, startsWith, strip, stripAll, stripEnd, stripStart, stripToEmpty, stripToNull, substring, substringAfter, substringAfterLast, substringBefore, substringBeforeLast, substringBetween, substringsBetween, trim, trimToEmpty, trimToNull, truncate, unescapeHTML, upperCase, wrap, wrapIfMissing, };
declare const _default: {
abbreviate: typeof abbreviate;
contains: typeof contains;
equals: typeof equals;
equalsAny: typeof equalsAny;
equalsAnyIgnoreCase: typeof equalsAnyIgnoreCase;
equalsIgnoreCase: typeof equalsIgnoreCase;
escapeHTML: typeof escapeHTML;
getStrLength: typeof getStrLength;
isAnyEmpty: typeof isAnyEmpty;
isEmpty: typeof isEmpty;
isEN: typeof isEN;
isZH: typeof isZH;
length: typeof length;
ltrim: typeof ltrim;
rtrim: typeof rtrim;
startsWith: typeof startsWith;
strip: typeof strip;
stripAll: typeof stripAll;
stripEnd: typeof stripEnd;
stripStart: typeof stripStart;
stripToEmpty: typeof stripToEmpty;
stripToNull: typeof stripToNull;
substring: typeof substring;
substringAfter: typeof substringAfter;
substringAfterLast: typeof substringAfterLast;
substringBefore: typeof substringBefore;
substringBeforeLast: typeof substringBeforeLast;
substringBetween: typeof substringBetween;
substringsBetween: typeof substringsBetween;
trim: typeof trim;
trimToEmpty: typeof trimToEmpty;
trimToNull: typeof trimToNull;
truncate: typeof truncate;
unescapeHTML: typeof unescapeHTML;
upperCase: typeof upperCase;
wrap: typeof wrap;
wrapIfMissing: typeof wrapIfMissing;
};
export default _default;