@tolki/str 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,6 +17,8 @@ export declare function ascii(value: string): string;
17
17
  * @param dictionary - An optional dictionary of replacements
18
18
  * @returns The generated slug string
19
19
  *
20
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#slug
21
+ *
20
22
  * @requires {@link https://www.npmjs.com/package/transliteration transliteration package}
21
23
  */
22
24
  export declare function slug(title: string, separator?: string, dictionary?: Record<string, string>): string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ascii/index.ts"],"names":[],"mappings":"AAGA;;;;;;;;;GASG;AACH,wBAAgB,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE3C;AAED;;;;;;;;;GASG;AACH,wBAAgB,IAAI,CAChB,KAAK,EAAE,MAAM,EACb,SAAS,GAAE,MAAY,EACvB,UAAU,GAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAiB,GACnD,MAAM,CAwER"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ascii/index.ts"],"names":[],"mappings":"AAGA;;;;;;;;;GASG;AACH,wBAAgB,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE3C;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,IAAI,CAChB,KAAK,EAAE,MAAM,EACb,SAAS,GAAE,MAAY,EACvB,UAAU,GAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAiB,GACnD,MAAM,CAwER"}
@@ -3,6 +3,8 @@
3
3
  *
4
4
  * @param value - The string to encode.
5
5
  * @returns The Base64 encoded string.
6
+ *
7
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#tobase64
6
8
  */
7
9
  export declare function toBase64(value: string): string;
8
10
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/base64/index.ts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAgC9C;AAED;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,UAAU,GAAG,MAAM,CAsBvD;AAED;;;;;;;;GAQG;AACH,wBAAgB,UAAU,CACtB,KAAK,EAAE,MAAM,EACb,MAAM,GAAE,OAAe,GACxB,MAAM,GAAG,KAAK,CAqEhB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/base64/index.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAgC9C;AAED;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,UAAU,GAAG,MAAM,CAsBvD;AAED;;;;;;;;GAQG;AACH,wBAAgB,UAAU,CACtB,KAAK,EAAE,MAAM,EACb,MAAM,GAAE,OAAe,GACxB,MAAM,GAAG,KAAK,CAqEhB"}
@@ -27,10 +27,7 @@ export declare function convertCase(value: string, mode?: ConvertCaseMode): stri
27
27
  * @param value - The string to convert.
28
28
  * @returns The upper-case string.
29
29
  *
30
- * @example
31
- *
32
- * upper("foo bar baz"); -> "FOO BAR BAZ"
33
- * upper("foO bAr BaZ"); -> "FOO BAR BAZ"
30
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#upper
34
31
  */
35
32
  export declare function upper(value: string): string;
36
33
  /**
@@ -39,10 +36,7 @@ export declare function upper(value: string): string;
39
36
  * @param value - The string to convert.
40
37
  * @returns The proper-case string.
41
38
  *
42
- * @example
43
- *
44
- * title("foo bar baz"); -> "Foo Bar Baz"
45
- * title("foO bAr BaZ"); -> "Foo Bar Baz"
39
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#title
46
40
  */
47
41
  export declare function title(value: string): string;
48
42
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/convertcase/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;CASZ,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAEzE;;;;;;;;;;GAUG;AACH,wBAAgB,WAAW,CACvB,KAAK,EAAE,MAAM,EACb,IAAI,GAAE,eAAgC,GACvC,MAAM,CAER;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE3C;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE3C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/convertcase/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;CASZ,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAEzE;;;;;;;;;;GAUG;AACH,wBAAgB,WAAW,CACvB,KAAK,EAAE,MAAM,EACb,IAAI,GAAE,eAAgC,GACvC,MAAM,CAER;AAED;;;;;;;GAOG;AACH,wBAAgB,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE3C;AAED;;;;;;;GAOG;AACH,wBAAgB,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE3C"}
@@ -9,11 +9,9 @@ export interface PluralizerRules {
9
9
  * @param count - The count to determine pluralization (default: 2)
10
10
  * @returns The pluralized studly caps case string
11
11
  *
12
- * @requires {@link https://www.npmjs.com/package/pluralize pluralize package}
13
- *
14
- * @example
12
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#pluralstudly
15
13
  *
16
- * pluralStudly("These are the school", 4); -> "These are the schools"
14
+ * @requires {@link https://www.npmjs.com/package/pluralize pluralize package}
17
15
  */
18
16
  export declare function pluralStudly(value: string, count?: number): string;
19
17
  /**
@@ -23,11 +21,9 @@ export declare function pluralStudly(value: string, count?: number): string;
23
21
  * @param count - The count to determine pluralization (default: 2)
24
22
  * @returns The pluralized Pascal caps case string
25
23
  *
26
- * @requires {@link https://www.npmjs.com/package/pluralize pluralize package}
27
- *
28
- * @example
24
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#pluralpascal
29
25
  *
30
- * pluralPascal("These are the school", 4); -> "These are the schools"
26
+ * @requires {@link https://www.npmjs.com/package/pluralize pluralize package}
31
27
  */
32
28
  export declare function pluralPascal(value: string, count?: number): string;
33
29
  /**
@@ -38,13 +34,9 @@ export declare function pluralPascal(value: string, count?: number): string;
38
34
  * @param prependCount - Whether to prepend the count to the result (default: false)
39
35
  * @returns The pluralized word, optionally with the count prepended.
40
36
  *
41
- * @requires {@link https://www.npmjs.com/package/pluralize pluralize package}
42
- *
43
- * @example
37
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#plural
44
38
  *
45
- * plural("child"); -> "children"
46
- * plural("apple", 1); -> "apple"
47
- * plural("apple", 2, true); -> "2 apples"
39
+ * @requires {@link https://www.npmjs.com/package/pluralize pluralize package}
48
40
  */
49
41
  export declare function plural(value: string, count?: number, prependCount?: boolean): string;
50
42
  /**
@@ -53,6 +45,8 @@ export declare function plural(value: string, count?: number, prependCount?: boo
53
45
  * @param value - The word to singularize.
54
46
  * @returns The singular form of the word.
55
47
  *
48
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#singular
49
+ *
56
50
  * @requires {@link https://www.npmjs.com/package/pluralize pluralize package}
57
51
  */
58
52
  export declare function singular(value: string): string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/pluralizer/index.ts"],"names":[],"mappings":"AAEA,OAAO,SAAS,MAAM,WAAW,CAAC;AAElC,MAAM,WAAW,eAAe;IAC5B,WAAW,EAAE,MAAM,EAAE,CAAC;CACzB;AAoDD;;;;;;;;;;;;GAYG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,GAAE,MAAU,GAAG,MAAM,CAKrE;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,GAAE,MAAU,GAAG,MAAM,CAErE;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,MAAM,CAClB,KAAK,EAAE,MAAM,EACb,KAAK,GAAE,MAAU,EACjB,YAAY,GAAE,OAAe,GAC9B,MAAM,CAKR;AAqBD;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAI9C;AAED;;;;;;;GAOG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAElD;AAED;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CAAC,KAAK,GAAE,MAAW,GAAG,OAAO,CAEpD;AAED;;;;;;;GAOG;AACH,wBAAgB,UAAU,CAAC,KAAK,GAAE,MAAW,GAAG,OAAO,CAEtD;AAED;;;;;;GAMG;AACH,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,CAiBnE;AAED;;;;GAIG;AACH,wBAAgB,SAAS,IAAI,OAAO,SAAS,CAU5C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/pluralizer/index.ts"],"names":[],"mappings":"AAEA,OAAO,SAAS,MAAM,WAAW,CAAC;AAElC,MAAM,WAAW,eAAe;IAC5B,WAAW,EAAE,MAAM,EAAE,CAAC;CACzB;AAoDD;;;;;;;;;;GAUG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,GAAE,MAAU,GAAG,MAAM,CAKrE;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,GAAE,MAAU,GAAG,MAAM,CAErE;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,MAAM,CAClB,KAAK,EAAE,MAAM,EACb,KAAK,GAAE,MAAU,EACjB,YAAY,GAAE,OAAe,GAC9B,MAAM,CAKR;AAqBD;;;;;;;;;GASG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAI9C;AAED;;;;;;;GAOG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAElD;AAED;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CAAC,KAAK,GAAE,MAAW,GAAG,OAAO,CAEpD;AAED;;;;;;;GAOG;AACH,wBAAgB,UAAU,CAAC,KAAK,GAAE,MAAW,GAAG,OAAO,CAEtD;AAED;;;;;;GAMG;AACH,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,CAiBnE;AAED;;;;GAIG;AACH,wBAAgB,SAAS,IAAI,OAAO,SAAS,CAU5C"}
@@ -5,6 +5,8 @@
5
5
  * @param start - The starting position. If negative, it starts that many characters from the end of the string.
6
6
  * @param length - The number of characters to return. If omitted or null, returns all characters from start to the end of the string. If negative, omits that many characters from the end.
7
7
  * @returns The extracted substring.
8
+ *
9
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#substr
8
10
  */
9
11
  export declare function substr(string: string, start: number, length?: number | null): string;
10
12
  /**
@@ -15,6 +17,8 @@ export declare function substr(string: string, start: number, length?: number |
15
17
  * @param offset - The starting position for the search. If negative, it starts that many characters from the end of the string.
16
18
  * @param length - The length of the segment to search within. If omitted or null, searches to the end of the string. If negative, omits that many characters from the end.
17
19
  * @returns The number of occurrences of the substring within the specified segment.
20
+ *
21
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#substrcount
18
22
  */
19
23
  export declare function substrCount(haystack: string, needle: string, offset?: number, length?: number | null): number;
20
24
  /**
@@ -26,6 +30,8 @@ export declare function substrCount(haystack: string, needle: string, offset?: n
26
30
  * @param offset - The starting position for the replacement. If negative, it starts that many characters from the end of the string.
27
31
  * @param length - The number of characters to replace. If omitted or null, replaces all characters from offset to the end of the string. If negative, omits that many characters from the end.
28
32
  * @returns The modified string or an array of modified strings if multiple replacements are provided.
33
+ *
34
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#substrreplace
29
35
  */
30
36
  export declare function substrReplace(value: string, replace: string | string[], offset?: number | number[], length?: number | number[] | null): string | string[];
31
37
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/replacer/index.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,wBAAgB,MAAM,CAClB,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,MAAM,EACb,MAAM,GAAE,MAAM,GAAG,IAAW,GAC7B,MAAM,CAWR;AAED;;;;;;;;GAQG;AACH,wBAAgB,WAAW,CACvB,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,MAAM,EACd,MAAM,GAAE,MAAU,EAClB,MAAM,GAAE,MAAM,GAAG,IAAW,GAC7B,MAAM,CAgBR;AAED;;;;;;;;;GASG;AACH,wBAAgB,aAAa,CACzB,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,EAC1B,MAAM,GAAE,MAAM,GAAG,MAAM,EAAM,EAC7B,MAAM,GAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAW,GACxC,MAAM,GAAG,MAAM,EAAE,CAyBnB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/replacer/index.ts"],"names":[],"mappings":"AAEA;;;;;;;;;GASG;AACH,wBAAgB,MAAM,CAClB,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,MAAM,EACb,MAAM,GAAE,MAAM,GAAG,IAAW,GAC7B,MAAM,CAWR;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,WAAW,CACvB,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,MAAM,EACd,MAAM,GAAE,MAAU,EAClB,MAAM,GAAE,MAAM,GAAG,IAAW,GAC7B,MAAM,CAgBR;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,aAAa,CACzB,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,EAC1B,MAAM,GAAE,MAAM,GAAG,MAAM,EAAM,EAC7B,MAAM,GAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAW,GACxC,MAAM,GAAG,MAAM,EAAE,CAyBnB"}
package/dist/str.d.ts CHANGED
@@ -193,9 +193,7 @@ export declare function finish(value: string, cap: string): string;
193
193
  * @param after - The string to append (if null, use the 'before' string)
194
194
  * @returns The wrapped string
195
195
  *
196
- * @example
197
- *
198
- * wrap('hello', '[', ']'); -> '[hello]'
196
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#wrap
199
197
  */
200
198
  export declare function wrap(value: string, before: string, after?: string | null): string;
201
199
  /**
@@ -206,9 +204,7 @@ export declare function wrap(value: string, before: string, after?: string | nul
206
204
  * @param after - The string to remove from the end (if null, use the 'before' string)
207
205
  * @returns The unwrapped string
208
206
  *
209
- * @example
210
- *
211
- * unwrap('[hello]', '[', ']'); -> 'hello'
207
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#unwrap
212
208
  */
213
209
  export declare function unwrap(value: string, before: string, after?: string | null): string;
214
210
  /**
@@ -297,10 +293,7 @@ export declare function lower(value: string): string;
297
293
  * @param end - The string to append if the value is truncated
298
294
  * @returns The limited string
299
295
  *
300
- * @example
301
- *
302
- * words("Laravel PHP Framework", 2); -> "Laravel PHP Framework"
303
- * words("Laravel PHP Framework", 1); -> "Laravel..."
296
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#words
304
297
  */
305
298
  export declare function words(value: string, words?: number, end?: string): string;
306
299
  /**
@@ -351,51 +344,40 @@ export declare function matchAll(pattern: string, subject: string): string[];
351
344
  * @param value - The string or array of strings to process
352
345
  * @returns The numeric-only string or array of strings
353
346
  *
354
- * @example
355
- *
356
- * numbers("foo123bar"); -> "123"
357
- * numbers(["foo123bar", "abc456"]); -> ["123", "456"]
347
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#numbers
358
348
  */
359
349
  export declare function numbers(value: string | string[]): string | string[];
360
350
  /**
361
- * Pad both sides of a string with another.
351
+ * Pad both sides of a string with another string to a certain length.
362
352
  *
363
353
  * @param value - The string to pad
364
354
  * @param length - The desired total length after padding
365
355
  * @param pad - The string to use for padding
366
356
  * @returns The padded string
357
+ *
358
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#padboth
367
359
  */
368
360
  export declare function padBoth(value: string, length: number, pad?: string): string;
369
361
  /**
370
- * Pad the left side of a string with another.
362
+ * Pad the left side of a string with another string to a certain length.
371
363
  *
372
364
  * @param value - The string to pad
373
365
  * @param length - The desired total length after padding
374
366
  * @param pad - The string to use for padding
375
367
  * @returns The padded string
376
368
  *
377
- * @example
378
- *
379
- * padLeft("Alien", 10, "-="); -> "-=-=-Alien"
380
- * padLeft("Alien", 10); -> " Alien"
381
- * padLeft("❤MultiByte☆", 16); -> " ❤MultiByte☆"
382
- * padLeft("❤MultiByte☆", 16, "❤☆"); -> "❤☆❤☆❤❤MultiByte☆"
369
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#padleft
383
370
  */
384
371
  export declare function padLeft(value: string, length: number, pad?: string): string;
385
372
  /**
386
- * Pad the right side of a string with another.
373
+ * Pad the right side of a string with another string to a certain length.
387
374
  *
388
375
  * @param value - The string to pad
389
376
  * @param length - The desired total length after padding
390
377
  * @param pad - The string to use for padding
391
378
  * @returns The padded string
392
379
  *
393
- * @example
394
- *
395
- * padRight("Alien", 10, "-="); -> "Alien-=-="
396
- * padRight("Alien", 10); -> "Alien "
397
- * padRight("❤MultiByte☆", 16); -> "❤MultiByte☆ "
398
- * padRight("❤MultiByte☆", 16, "❤☆"); -> "❤MultiByte☆❤☆❤☆"
380
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#padright
399
381
  */
400
382
  export declare function padRight(value: string, length: number, pad?: string): string;
401
383
  /**
@@ -426,6 +408,8 @@ export declare function makePad(padStr: string, needed: number): string;
426
408
  * @param symbols Whether to include symbols (default: true)
427
409
  * @param spaces Whether to include spaces (default: false)
428
410
  * @return The generated password string
411
+ *
412
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#password
429
413
  */
430
414
  export declare function password(length?: number, letters?: boolean, numbers?: boolean, symbols?: boolean, spaces?: boolean): string;
431
415
  /**
@@ -436,10 +420,7 @@ export declare function password(length?: number, letters?: boolean, numbers?: b
436
420
  * @param offset - The position to start searching from (can be negative)
437
421
  * @returns The position of the first occurrence or false if not found
438
422
  *
439
- * @example
440
- *
441
- * position('Hello, World!', 'World!'); -> 7
442
- * position('Hello, World!', 'world!', 0); -> false
423
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#position
443
424
  */
444
425
  export declare function position(haystack: string, needle: string, offset?: number): number | false;
445
426
  /**
@@ -448,9 +429,7 @@ export declare function position(haystack: string, needle: string, offset?: numb
448
429
  * @param length - The desired length of the random string (default: 16)
449
430
  * @returns The generated random string
450
431
  *
451
- * @example
452
- *
453
- * random(); -> "a1b2c3d4e5f6g7h8"
432
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#random
454
433
  */
455
434
  export declare function random(length?: number): string;
456
435
  /**
@@ -459,9 +438,7 @@ export declare function random(length?: number): string;
459
438
  * @param factory - The factory function to generate random strings
460
439
  * @returns void
461
440
  *
462
- * @example
463
- *
464
- * createRandomStringsUsing((length) => "x".repeat(length));
441
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#random
465
442
  */
466
443
  export declare function createRandomStringsUsing(factory: ((length: number) => string) | null): void;
467
444
  /**
@@ -482,9 +459,7 @@ export declare function createRandomStringsUsingSequence(sequence: string[], whe
482
459
  *
483
460
  * @returns void
484
461
  *
485
- * @example
486
- *
487
- * createRandomStringsNormally();
462
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#random
488
463
  */
489
464
  export declare function createRandomStringsNormally(): void;
490
465
  /**
@@ -494,9 +469,7 @@ export declare function createRandomStringsNormally(): void;
494
469
  * @param times - The number of times to repeat the string
495
470
  * @returns The repeated string
496
471
  *
497
- * @example
498
- *
499
- * repeat("foo", 3); -> "foofoofoo"
472
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#repeat
500
473
  */
501
474
  export declare function repeat(string: string, times: number): string;
502
475
  /**
@@ -507,11 +480,7 @@ export declare function repeat(string: string, times: number): string;
507
480
  * @param subject - The string to perform replacements on
508
481
  * @returns The resulting string after replacements
509
482
  *
510
- * @example
511
- *
512
- * replaceArray('?', ['foo', 'bar', 'baz'], '?/?/?'); -> 'foo/bar/baz'
513
- * replaceArray('?', ['foo', 'bar', 'baz'], '?/?/?/?'); -> 'foo/bar/baz/?'
514
- * replaceArray('?', {'x' => 'foo', 'y' => 'bar'}, '?/?'); -> 'foo/bar'
483
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#replacearray
515
484
  */
516
485
  export declare function replaceArray(search: string, replace: Record<string, string> | Iterable<string>, subject: string): string;
517
486
  /**
@@ -535,9 +504,7 @@ export declare function toStringOr(value: unknown, fallback: string): string;
535
504
  * @param caseSensitive - Whether the search should be case-sensitive (default: true)
536
505
  * @returns The resulting string or array of strings after replacements
537
506
  *
538
- * @example
539
- *
540
- * replace("foo", "bar", "foo baz"); -> "bar baz"
507
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#replace
541
508
  */
542
509
  export declare function replace<T extends string | Iterable<string>>(search: string | Iterable<string>, replacement: string | Iterable<string>, subject: T, caseSensitive?: boolean): T extends string ? string : string[];
543
510
  /**
@@ -548,9 +515,7 @@ export declare function replace<T extends string | Iterable<string>>(search: str
548
515
  * @param subject - The string to perform the replacement on
549
516
  * @returns The resulting string after replacement
550
517
  *
551
- * @example
552
- *
553
- * replaceFirst('bar', 'qux', 'foobar foobar'); -> 'fooqux foobar'
518
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#replacefirst
554
519
  */
555
520
  export declare function replaceFirst(search: string | number, replace: string, subject: string): string;
556
521
  /**
@@ -560,6 +525,8 @@ export declare function replaceFirst(search: string | number, replace: string, s
560
525
  * @param replace - The value to replace with
561
526
  * @param subject - The string to perform the replacement on
562
527
  * @returns The resulting string after replacement
528
+ *
529
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#replacestart
563
530
  */
564
531
  export declare function replaceStart(search: string | number, replace: string, subject: string): string;
565
532
  /**
@@ -570,9 +537,7 @@ export declare function replaceStart(search: string | number, replace: string, s
570
537
  * @param subject - The string to perform the replacement on
571
538
  * @returns The resulting string after replacement
572
539
  *
573
- * @example
574
- *
575
- * replaceLast('bar', 'qux', 'foobar foobar'); -> 'foobar foobarqux'
540
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#replacelast
576
541
  */
577
542
  export declare function replaceLast(search: string | number, replace: string, subject: string): string;
578
543
  /**
@@ -583,25 +548,19 @@ export declare function replaceLast(search: string | number, replace: string, su
583
548
  * @param subject - The string to perform the replacement on
584
549
  * @returns The resulting string after replacement
585
550
  *
586
- * @example
587
- *
588
- * replaceEnd('bar', 'qux', 'foobar foobar'); -> 'foobar fooqux'
551
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#replaceend
589
552
  */
590
553
  export declare function replaceEnd(search: string | number, replace: string, subject: string): string;
591
554
  /**
592
555
  * Replace the patterns matching the given regular expression.
593
556
  *
594
557
  * @param pattern - The regex pattern or patterns to search for
595
- * @param replace - The replacement string, array of strings, or function
558
+ * @param replace - The replacement string, array of strings, or closure
596
559
  * @param subject - The string or array of strings to perform replacements on
597
560
  * @param limit - The maximum number of replacements per pattern (-1 for no limit)
598
561
  * @returns The resulting string, array of strings, or null on error
599
562
  *
600
- * @example
601
- *
602
- * replaceMatches(/foo/, 'bar', 'foobar'); -> 'barbar'
603
- * replaceMatches(/foo/, ['bar', 'baz'], 'foobar'); -> ['barbar', 'foobaz']
604
- * replaceMatches(/foo/, (match) => match[1]!.toUpperCase(), 'foobar'); -> 'Bar'
563
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#replacematches
605
564
  */
606
565
  export declare function replaceMatches(pattern: string | string[] | RegExp | RegExp[], replace: string | string[] | ((match: string[]) => string), subject: string | string[], limit?: number): string | string[] | null;
607
566
  /**
@@ -610,9 +569,7 @@ export declare function replaceMatches(pattern: string | string[] | RegExp | Reg
610
569
  * @param value - The string to process
611
570
  * @returns The string with HTML tags removed
612
571
  *
613
- * @example
614
- *
615
- * stripTags("<p>Hello World</p>"); -> "Hello World"
572
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#striptags
616
573
  */
617
574
  export declare function stripTags(value: string): string;
618
575
  /**
@@ -623,10 +580,7 @@ export declare function stripTags(value: string): string;
623
580
  * @param caseSensitive - Whether the search should be case-sensitive (default: true)
624
581
  * @returns The resulting string or array of strings after removal
625
582
  *
626
- * @example
627
- *
628
- * remove("foo", "foobar"); -> "bar"
629
- * remove(["foo", "bar"], "foobar"); -> ""
583
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#remove
630
584
  */
631
585
  export declare function remove(search: string | Iterable<string>, subject: string | Iterable<string>, caseSensitive?: boolean): string | string[];
632
586
  /**
@@ -635,11 +589,7 @@ export declare function remove(search: string | Iterable<string>, subject: strin
635
589
  * @param value - The string to reverse
636
590
  * @returns The reversed string
637
591
  *
638
- * @example
639
- *
640
- * reverse("hello"); -> "olleh"
641
- * reverse("world"); -> "dlrow"
642
- * reverse(""); -> ""
592
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#reverse
643
593
  */
644
594
  export declare function reverse(value: string): string;
645
595
  /**
@@ -649,11 +599,7 @@ export declare function reverse(value: string): string;
649
599
  * @param prefix - The prefix to ensure at the start
650
600
  * @returns The resulting string starting with the prefix
651
601
  *
652
- * @example
653
- *
654
- * start("test/string", "/"); -> "/test/string"
655
- * start("/test/string", "/"); -> "/test/string"
656
- * start("//test/string", "/"); -> "/test/string"
602
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#start
657
603
  */
658
604
  export declare function start(value: string, prefix: string): string;
659
605
  /**
@@ -681,6 +627,8 @@ export declare function apa(value: string): string;
681
627
  * @param value - The string to convert
682
628
  * @param delimiter - The word delimiter to use (default: "_")
683
629
  * @returns The converted string in snake case
630
+ *
631
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#snake
684
632
  */
685
633
  export declare function snake(value: string, delimiter?: string): string;
686
634
  /**
@@ -689,13 +637,8 @@ export declare function snake(value: string, delimiter?: string): string;
689
637
  * @param value - The string to process
690
638
  * @returns The resulting string with extra spaces removed
691
639
  *
692
- * @example
693
- *
694
- * squish(`
695
- foo
696
- bar
697
- `); -> "foo bar"
698
- */
640
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#squish
641
+ */
699
642
  export declare function squish(value: string): string;
700
643
  /**
701
644
  * Determine if a given string starts with a given substring.
@@ -704,10 +647,7 @@ export declare function squish(value: string): string;
704
647
  * @param needles - The substring or substrings to search for
705
648
  * @returns True if the haystack starts with any of the needles, false otherwise
706
649
  *
707
- * @example
708
- *
709
- * startsWith("hello world", "hello"); -> true
710
- * startsWith("hello world", "world"); -> false
650
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#startsWith
711
651
  */
712
652
  export declare function startsWith(haystack: string | number | null, needles: string | number | null | Iterable<string | number | null>): boolean;
713
653
  /**
@@ -726,11 +666,7 @@ export declare function doesntStartWith(haystack: string | number | null, needle
726
666
  * @param value - The string to convert
727
667
  * @returns The converted string in studly caps case
728
668
  *
729
- * @example
730
- *
731
- * studly("fooBar"); -> "FooBar"
732
- * studly("foo_bar"); -> "FooBar"
733
- * studly("foo-barBaz"); -> "FooBarBaz"
669
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#studly
734
670
  */
735
671
  export declare function studly(value: string): string;
736
672
  /**
@@ -738,6 +674,8 @@ export declare function studly(value: string): string;
738
674
  *
739
675
  * @param value - The string to convert
740
676
  * @returns The converted string in Pascal case
677
+ *
678
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#pascal
741
679
  */
742
680
  export declare function pascal(value: string): string;
743
681
  /**
@@ -747,15 +685,7 @@ export declare function pascal(value: string): string;
747
685
  * @param subject - The string to perform replacements on
748
686
  * @returns The resulting string after replacements
749
687
  *
750
- * @example
751
- *
752
- * swap(
753
- * {
754
- * 'foo': 'bar',
755
- * 'baz': 'qux',
756
- * },
757
- * 'foo baz'
758
- * ); -> 'bar qux'
688
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#swap
759
689
  */
760
690
  export declare function swap(map: Record<string, string>, subject: string): string;
761
691
  /**
@@ -765,10 +695,7 @@ export declare function swap(map: Record<string, string>, subject: string): stri
765
695
  * @param limit - The number of characters to take (negative for from end)
766
696
  * @returns The resulting substring
767
697
  *
768
- * @example
769
- *
770
- * take("hello world", 5); -> "hello"
771
- * take("hello world", -5); -> "world"
698
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#take
772
699
  */
773
700
  export declare function take(value: string, limit: number): string;
774
701
  /**
@@ -786,9 +713,7 @@ export declare function lcfirst(value: string): string;
786
713
  * @param value - The string to process
787
714
  * @returns The resulting string with the first character in uppercase
788
715
  *
789
- * @example
790
- *
791
- * ucfirst('hello world'); -> 'Hello world'
716
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#ucfirst
792
717
  */
793
718
  export declare function ucfirst(value: string): string;
794
719
  /**
@@ -797,11 +722,7 @@ export declare function ucfirst(value: string): string;
797
722
  * @param value - The string to split
798
723
  * @returns An array of string segments split at uppercase characters
799
724
  *
800
- * @example
801
- *
802
- * ucsplit('laravelPHPFramework'); -> ['laravel', 'P', 'H', 'P', 'Framework']
803
- * ucsplit('Laravel-phP-framework'); -> ['Laravel-ph', 'P-framework']
804
- * ucsplit('ÖffentlicheÜberraschungen'); -> ['Öffentliche', 'Überraschungen']
725
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#ucsplit
805
726
  */
806
727
  export declare function ucsplit(value: string): string[];
807
728
  /**
@@ -811,11 +732,7 @@ export declare function ucsplit(value: string): string[];
811
732
  * @param separators - The word separators to use (default: whitespace characters)
812
733
  * @returns The resulting string with each word capitalized
813
734
  *
814
- * @example
815
- *
816
- * ucwords('hello world'); -> 'Hello World'
817
- * ucwords('laravel php framework'); -> 'Laravel Php Framework'
818
- * ucwords('Öffentliche Überraschungen'); -> 'Öffentliche Überraschungen'
735
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#ucwords
819
736
  */
820
737
  export declare function ucwords(value: string, separators?: string | string[]): string;
821
738
  /**
@@ -825,10 +742,7 @@ export declare function ucwords(value: string, separators?: string | string[]):
825
742
  * @param characters - Additional characters to consider as part of words
826
743
  * @returns The word count in the string
827
744
  *
828
- * @example
829
- *
830
- * wordCount('Hello, world!'); -> 2
831
- * wordCount('мама мыла раму'); -> 3
745
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#wordcount
832
746
  */
833
747
  export declare function wordCount(value: string, characters?: string | null): number;
834
748
  /**
@@ -840,11 +754,7 @@ export declare function wordCount(value: string, characters?: string | null): nu
840
754
  * @param cutLongWords - Whether to cut words longer than the limit (default: false)
841
755
  * @returns The resulting wrapped string
842
756
  *
843
- * @example
844
- *
845
- * wordWrap("Hello World", 3, "<br />"); -> "Hello<br />World"
846
- * wordWrap("Hello World", 3, "<br />", true); -> "Hel<br />lo<br />Wor<br />ld"
847
- * wordWrap("❤Multi Byte☆❤☆❤☆❤", 3, "<br />"); -> "❤Multi<br />Byte☆❤☆❤☆❤"
757
+ * @see https://tolki.abe.dev/strings/string-utilities-list.html#wordwrap
848
758
  */
849
759
  export declare function wordWrap(value: string, characters?: number, breakStr?: string, cutLongWords?: boolean): string;
850
760
  /**
package/dist/str.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"str.d.ts","sourceRoot":"","sources":["../src/str.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"str.d.ts","sourceRoot":"","sources":["../src/str.ts"],"names":[],"mappings":"AAgCA;;;;;;;;GAQG;AACH,wBAAgB,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAatE;AAED;;;;;;;;GAQG;AACH,wBAAgB,SAAS,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAY1E;AAED;;;;;;;;GAQG;AACH,wBAAgB,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAQvE;AAED;;;;;;;;GAQG;AACH,wBAAgB,UAAU,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAY3E;AAED;;;;;;;;;GASG;AACH,wBAAgB,OAAO,CACnB,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,GAAG,MAAM,EACrB,EAAE,EAAE,MAAM,GAAG,MAAM,GACpB,MAAM,CAMR;AAED;;;;;;;;;GASG;AACH,wBAAgB,YAAY,CACxB,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,GAAG,MAAM,EACrB,EAAE,EAAE,MAAM,GAAG,MAAM,GACpB,MAAM,CAMR;AAED;;;;;;;GAOG;AACH,wBAAgB,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAU3C;AAED;;;;;;;;GAQG;AACH,wBAAgB,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAarE;AAED;;;;;;;;GAQG;AACH,wBAAgB,SAAS,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAW5E;AAED;;;;;;;;GAQG;AACH,wBAAgB,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAW1E;AAED;;;;;;;;GAQG;AACH,wBAAgB,QAAQ,CACpB,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,EAClC,UAAU,UAAQ,GACnB,OAAO,CAuBT;AAED;;;;;;;;;GASG;AACH,wBAAgB,OAAO,CACnB,IAAI,EAAE,MAAM,GAAG,IAAI,EACnB,MAAM,GAAE,MAAM,GAAG,IAAS,EAC1B,OAAO,GAAE;IAAE,MAAM,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;CAAO,GACrD,MAAM,GAAG,IAAI,CAqCf;AAED;;;;;;;;;GASG;AACH,wBAAgB,WAAW,CACvB,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC,EACzB,UAAU,UAAQ,GACnB,OAAO,CAQT;AAED;;;;;;;;;GASG;AACH,wBAAgB,aAAa,CACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,EAClC,UAAU,UAAQ,GACnB,OAAO,CAET;AAED;;;;;;;;GAQG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,MAAM,EAAE,SAAS,GAAE,MAAM,GAAG,MAAM,EAAQ,UAU5E;AAED;;;;;;;;GAQG;AACH,wBAAgB,QAAQ,CACpB,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,EAChC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,GAC5C,OAAO,CAoBT;AAED;;;;;;;;GAQG;AACH,wBAAgB,aAAa,CACzB,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,EAChC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,GAC5C,OAAO,CAET;AAED;;;;;;;;GAQG;AACH,wBAAgB,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAIzD;AAED;;;;;;;;;GASG;AACH,wBAAgB,IAAI,CAChB,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,EACd,KAAK,GAAE,MAAM,GAAG,IAAW,GAC5B,MAAM,CAER;AAED;;;;;;;;;GASG;AACH,wBAAgB,MAAM,CAClB,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,EACd,KAAK,GAAE,MAAM,GAAG,IAAW,GAC5B,MAAM,CAUR;AAED;;;;;;;;;GASG;AACH,wBAAgB,EAAE,CACd,OAAO,EAAE,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,EAClC,KAAK,EAAE,MAAM,GAAG,MAAM,EACtB,UAAU,GAAE,OAAe,GAC5B,OAAO,CAyCT;AAED;;;;;;;GAOG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAQ9C;AAED;;;;;;;GAOG;AACH,wBAAgB,MAAM,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO,CAY9C;AAED;;;;;;;;GAQG;AACH,wBAAgB,KAAK,CACjB,KAAK,EAAE,MAAM,GAAG,OAAO,EACvB,SAAS,GAAE,MAAM,EAAO,GACzB,OAAO,CAwDT;AAED;;;;;;;GAOG;AACH,wBAAgB,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE3C;AAED;;;;;;;GAOG;AACH,wBAAgB,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE5C;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,KAAK,CACjB,KAAK,EAAE,MAAM,EACb,KAAK,GAAE,MAAY,EACnB,GAAG,GAAE,MAAc,EACnB,aAAa,GAAE,OAAe,GAC/B,MAAM,CAoBR;AAED;;;;;;;GAOG;AACH,wBAAgB,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE3C;AAED;;;;;;;;;GASG;AACH,wBAAgB,KAAK,CACjB,KAAK,EAAE,MAAM,EACb,KAAK,GAAE,MAAY,EACnB,GAAG,GAAE,MAAc,GACpB,MAAM,CAgBR;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,IAAI,CAChB,KAAK,EAAE,MAAM,EACb,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,MAAM,EACb,MAAM,GAAE,MAAM,GAAG,IAAW,GAC7B,MAAM,CA0BR;AAED;;;;;;;;GAQG;AACH,wBAAgB,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM,CAkD9D;AAED;;;;;;;;GAQG;AACH,wBAAgB,OAAO,CACnB,OAAO,EAAE,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,EAClC,KAAK,EAAE,MAAM,GACd,OAAO,CAoDT;AAED;;;;;;;;GAQG;AACH,wBAAgB,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,CAqDnE;AAED;;;;;;;GAOG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,GAAG,MAAM,EAAE,CAMnE;AAED;;;;;;;;;GASG;AACH,wBAAgB,OAAO,CACnB,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,EACd,GAAG,GAAE,MAAY,GAClB,MAAM,CAYR;AAED;;;;;;;;;GASG;AACH,wBAAgB,OAAO,CACnB,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,EACd,GAAG,GAAE,MAAY,GAClB,MAAM,CAWR;AAED;;;;;;;;;GASG;AACH,wBAAgB,QAAQ,CACpB,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,EACd,GAAG,GAAE,MAAY,GAClB,MAAM,CAWR;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,OAAO,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,CAM9D;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,QAAQ,CACpB,MAAM,GAAE,MAAW,EACnB,OAAO,GAAE,OAAc,EACvB,OAAO,GAAE,OAAc,EACvB,OAAO,GAAE,OAAc,EACvB,MAAM,GAAE,OAAe,GACxB,MAAM,CAkIR;AAED;;;;;;;;;GASG;AACH,wBAAgB,QAAQ,CACpB,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,MAAM,EACd,MAAM,GAAE,MAAU,GACnB,MAAM,GAAG,KAAK,CAiChB;AAED;;;;;;;GAOG;AACH,wBAAgB,MAAM,CAAC,MAAM,GAAE,MAAW,GAAG,MAAM,CAIlD;AAED;;;;;;;GAOG;AACH,wBAAgB,wBAAwB,CACpC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,MAAM,KAAK,MAAM,CAAC,GAAG,IAAI,GAC7C,IAAI,CAEN;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,gCAAgC,CAC5C,QAAQ,EAAE,MAAM,EAAE,EAClB,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,MAAM,GACzC,IAAI,CA0BN;AAED;;;;;;GAMG;AACH,wBAAgB,2BAA2B,IAAI,IAAI,CAElD;AAED;;;;;;;;GAQG;AACH,wBAAgB,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,CAM5D;AAED;;;;;;;;;GASG;AACH,wBAAgB,YAAY,CACxB,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,QAAQ,CAAC,MAAM,CAAC,EAClD,OAAO,EAAE,MAAM,GAChB,MAAM,CAwBR;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAWnE;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,OAAO,CAAC,CAAC,SAAS,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,EACvD,MAAM,EAAE,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,EACjC,WAAW,EAAE,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,EACtC,OAAO,EAAE,CAAC,EACV,aAAa,UAAO,GACrB,CAAC,SAAS,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CA8BtC;AAED;;;;;;;;;GASG;AACH,wBAAgB,YAAY,CACxB,MAAM,EAAE,MAAM,GAAG,MAAM,EACvB,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,MAAM,GAChB,MAAM,CAkBR;AAED;;;;;;;;;GASG;AACH,wBAAgB,YAAY,CACxB,MAAM,EAAE,MAAM,GAAG,MAAM,EACvB,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,MAAM,GAChB,MAAM,CAYR;AAED;;;;;;;;;GASG;AACH,wBAAgB,WAAW,CACvB,MAAM,EAAE,MAAM,GAAG,MAAM,EACvB,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,MAAM,GAChB,MAAM,CAkBR;AAED;;;;;;;;;GASG;AACH,wBAAgB,UAAU,CACtB,MAAM,EAAE,MAAM,GAAG,MAAM,EACvB,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,MAAM,GAChB,MAAM,CAYR;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,cAAc,CAC1B,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,GAAG,MAAM,EAAE,EAC9C,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,MAAM,CAAC,EAC1D,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,EAC1B,KAAK,SAAK,GACX,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CA6J1B;AAED;;;;;;;GAOG;AACH,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE/C;AAED;;;;;;;;;GASG;AACH,wBAAgB,MAAM,CAClB,MAAM,EAAE,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,EACjC,OAAO,EAAE,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,EAClC,aAAa,UAAO,GACrB,MAAM,GAAG,MAAM,EAAE,CA2BnB;AAED;;;;;;;GAOG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE7C;AAED;;;;;;;;GAQG;AACH,wBAAgB,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,CAI3D;AAED;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAoB9C;AAED;;;;;;;;GAQG;AACH,wBAAgB,GAAG,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAuFzC;AAED;;;;;;;;GAQG;AACH,wBAAgB,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,SAAS,GAAE,MAAY,GAAG,MAAM,CAoBpE;AAED;;;;;;;GAOG;AACH,wBAAgB,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAK5C;AAED;;;;;;;;GAQG;AACH,wBAAgB,UAAU,CACtB,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,EAChC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,QAAQ,CAAC,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,GACnE,OAAO,CAoCT;AAED;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAC3B,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,EAChC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,QAAQ,CAAC,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,GACnE,OAAO,CAET;AAED;;;;;;;GAOG;AACH,wBAAgB,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAuB5C;AAED;;;;;;;GAOG;AACH,wBAAgB,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE5C;AAED;;;;;;;;GAQG;AACH,wBAAgB,IAAI,CAAC,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM,CAiBzE;AAED;;;;;;;;GAQG;AACH,wBAAgB,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,CAMzD;AAED;;;;;;;GAOG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE7C;AAED;;;;;;;GAOG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE7C;AAED;;;;;;;GAOG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAE/C;AAED;;;;;;;;GAQG;AACH,wBAAgB,OAAO,CACnB,KAAK,EAAE,MAAM,EACb,UAAU,GAAE,MAAM,GAAG,MAAM,EAAkB,GAC9C,MAAM,CAcR;AAED;;;;;;;;GAQG;AACH,wBAAgB,SAAS,CACrB,KAAK,EAAE,MAAM,EACb,UAAU,GAAE,MAAM,GAAG,IAAW,GACjC,MAAM,CAcR;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,QAAQ,CACpB,KAAK,EAAE,MAAM,EACb,UAAU,GAAE,MAAW,EACvB,QAAQ,GAAE,MAAa,EACvB,YAAY,GAAE,OAAe,GAC9B,MAAM,CAsFR;AAED;;;;;;;;GAQG;AACH,wBAAgB,cAAc,IAAI,MAAM,CAEvC;AAED;;;;;;;;GAQG;AACH,wBAAgB,cAAc,IAAI,MAAM,CAEvC;AAED;;;;;;;;GAQG;AACH,wBAAgB,eAAe,IAAI,MAAM,CAExC;AAED;;;;GAIG;AACH,wBAAgB,UAAU,IAAI,IAAI,CAIjC"}