@tolki/str 1.0.0 → 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.
- package/dist/ascii/index.d.ts +4 -4
- package/dist/ascii/index.d.ts.map +1 -1
- package/dist/base64/index.d.ts +4 -0
- package/dist/base64/index.d.ts.map +1 -1
- package/dist/convertcase/index.d.ts +2 -8
- package/dist/convertcase/index.d.ts.map +1 -1
- package/dist/markdown/index.d.ts +5 -8
- package/dist/markdown/index.d.ts.map +1 -1
- package/dist/markdown/index.js +21 -20
- package/dist/pluralizer/index.d.ts +8 -14
- package/dist/pluralizer/index.d.ts.map +1 -1
- package/dist/replacer/index.d.ts +6 -0
- package/dist/replacer/index.d.ts.map +1 -1
- package/dist/str.d.ts +82 -254
- package/dist/str.d.ts.map +1 -1
- package/dist/str.js +164 -163
- package/dist/stringable/index.d.ts +4 -8
- package/dist/stringable/index.d.ts.map +1 -1
- package/dist/stringable/index.js +2 -2
- package/dist/transliterate/index.d.ts +1 -3
- package/dist/transliterate/index.d.ts.map +1 -1
- package/dist/trimmer/index.d.ts +6 -0
- package/dist/trimmer/index.d.ts.map +1 -1
- package/dist/ulid/index.d.ts +8 -18
- package/dist/ulid/index.d.ts.map +1 -1
- package/dist/uuid/index.d.ts +10 -21
- package/dist/uuid/index.d.ts.map +1 -1
- package/package.json +5 -4
package/dist/ascii/index.d.ts
CHANGED
|
@@ -4,11 +4,9 @@
|
|
|
4
4
|
* @param value The value to transliterate.
|
|
5
5
|
* @return The transliterated ASCII string.
|
|
6
6
|
*
|
|
7
|
-
* @
|
|
8
|
-
*
|
|
9
|
-
* @example
|
|
7
|
+
* @see https://tolki.abe.dev/strings/string-utilities-list.html#afterLast
|
|
10
8
|
*
|
|
11
|
-
*
|
|
9
|
+
* @requires {@link https://www.npmjs.com/package/transliteration transliteration package}
|
|
12
10
|
*/
|
|
13
11
|
export declare function ascii(value: string): string;
|
|
14
12
|
/**
|
|
@@ -19,6 +17,8 @@ export declare function ascii(value: string): string;
|
|
|
19
17
|
* @param dictionary - An optional dictionary of replacements
|
|
20
18
|
* @returns The generated slug string
|
|
21
19
|
*
|
|
20
|
+
* @see https://tolki.abe.dev/strings/string-utilities-list.html#slug
|
|
21
|
+
*
|
|
22
22
|
* @requires {@link https://www.npmjs.com/package/transliteration transliteration package}
|
|
23
23
|
*/
|
|
24
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
|
|
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"}
|
package/dist/base64/index.d.ts
CHANGED
|
@@ -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
|
/**
|
|
@@ -18,6 +20,8 @@ export declare function bytesToBase64(bytes: Uint8Array): string;
|
|
|
18
20
|
* @param value - The Base64 encoded string to decode.
|
|
19
21
|
* @param strict - Whether to enforce strict Base64 validation.
|
|
20
22
|
* @returns The decoded string or false if decoding fails.
|
|
23
|
+
*
|
|
24
|
+
* @see https://tolki.abe.dev/strings/string-utilities-list.html#frombase64
|
|
21
25
|
*/
|
|
22
26
|
export declare function fromBase64(value: string, strict?: boolean): string | false;
|
|
23
27
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/base64/index.ts"],"names":[],"mappings":"AAEA
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
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
|
|
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"}
|
package/dist/markdown/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export interface MarkDownOptions extends MarkdownItOptions {
|
|
|
3
3
|
gfm?: boolean;
|
|
4
4
|
anchors?: object | boolean;
|
|
5
5
|
typographer?: boolean;
|
|
6
|
+
allowUnsafeLinks?: boolean;
|
|
6
7
|
}
|
|
7
8
|
export type MarkDownExtension = PluginSimple | PluginWithOptions<unknown> | [PluginWithOptions<unknown>, unknown];
|
|
8
9
|
export type MarkDownExtensions = MarkDownExtension[];
|
|
@@ -14,11 +15,9 @@ export type MarkDownExtensions = MarkDownExtension[];
|
|
|
14
15
|
* @param extensions - An array of markdown-it extensions to apply during rendering.
|
|
15
16
|
* @returns The resulting HTML string.
|
|
16
17
|
*
|
|
17
|
-
* @
|
|
18
|
-
*
|
|
19
|
-
* @example
|
|
18
|
+
* @see https://tolki.abe.dev/strings/string-utilities-list.html#markdown
|
|
20
19
|
*
|
|
21
|
-
*
|
|
20
|
+
* @requires {@link https://www.npmjs.com/package/markdown-it markdown-it package}
|
|
22
21
|
*/
|
|
23
22
|
export declare function markdown(value: string, options?: MarkDownOptions, extensions?: MarkDownExtensions): string;
|
|
24
23
|
/**
|
|
@@ -29,11 +28,9 @@ export declare function markdown(value: string, options?: MarkDownOptions, exten
|
|
|
29
28
|
* @param extensions - An array of markdown-it extensions to apply during rendering.
|
|
30
29
|
* @returns The resulting HTML string.
|
|
31
30
|
*
|
|
32
|
-
* @
|
|
33
|
-
*
|
|
34
|
-
* @example
|
|
31
|
+
* @see https://tolki.abe.dev/strings/string-utilities-list.html#inlinemarkdown
|
|
35
32
|
*
|
|
36
|
-
*
|
|
33
|
+
* @requires {@link https://www.npmjs.com/package/markdown-it markdown-it package}
|
|
37
34
|
*/
|
|
38
35
|
export declare function inlineMarkdown(value: string, options?: MarkDownOptions, extensions?: MarkDownExtensions): string;
|
|
39
36
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/markdown/index.ts"],"names":[],"mappings":"AACA,OAAO,UAAU,EAAE,EACf,KAAK,OAAO,IAAI,iBAAiB,EACjC,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACzB,MAAM,aAAa,CAAC;AAIrB,MAAM,WAAW,eAAgB,SAAQ,iBAAiB;IACtD,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/markdown/index.ts"],"names":[],"mappings":"AACA,OAAO,UAAU,EAAE,EACf,KAAK,OAAO,IAAI,iBAAiB,EACjC,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACzB,MAAM,aAAa,CAAC;AAIrB,MAAM,WAAW,eAAgB,SAAQ,iBAAiB;IACtD,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,MAAM,MAAM,iBAAiB,GACvB,YAAY,GACZ,iBAAiB,CAAC,OAAO,CAAC,GAC1B,CAAC,iBAAiB,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC,CAAC;AAE5C,MAAM,MAAM,kBAAkB,GAAG,iBAAiB,EAAE,CAAC;AAErD;;;;;;;;;;;GAWG;AACH,wBAAgB,QAAQ,CACpB,KAAK,EAAE,MAAM,EACb,OAAO,GAAE,eAA+C,EACxD,UAAU,GAAE,kBAAuB,GACpC,MAAM,CAER;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,cAAc,CAC1B,KAAK,EAAE,MAAM,EACb,OAAO,GAAE,eAA+B,EACxC,UAAU,GAAE,kBAAuB,GACpC,MAAM,CAER;AAED;;;;;;;;GAQG;AACH,wBAAgB,gBAAgB,CAC5B,OAAO,GAAE,eAA+C,EACxD,UAAU,GAAE,kBAAuB,cAqCtC"}
|
package/dist/markdown/index.js
CHANGED
|
@@ -1,32 +1,33 @@
|
|
|
1
1
|
import { isArray as d } from "@tolki/utils";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
function
|
|
6
|
-
return s(
|
|
2
|
+
import p from "markdown-it";
|
|
3
|
+
import w from "markdown-it-anchor";
|
|
4
|
+
import g from "markdown-it-task-lists";
|
|
5
|
+
function A(e, n = { gfm: !0, anchors: !1 }, t = []) {
|
|
6
|
+
return s(n, t).render(e);
|
|
7
7
|
}
|
|
8
|
-
function
|
|
9
|
-
return s(
|
|
8
|
+
function L(e, n = { gfm: !0 }, t = []) {
|
|
9
|
+
return s(n, t).renderInline(e);
|
|
10
10
|
}
|
|
11
|
-
function s(
|
|
11
|
+
function s(e = { gfm: !0, anchors: !1 }, n = []) {
|
|
12
12
|
const {
|
|
13
13
|
html: t = !1,
|
|
14
|
-
linkify:
|
|
15
|
-
breaks:
|
|
16
|
-
gfm:
|
|
14
|
+
linkify: a = !0,
|
|
15
|
+
breaks: i = !0,
|
|
16
|
+
gfm: u = !0,
|
|
17
17
|
anchors: f = !1,
|
|
18
|
+
allowUnsafeLinks: l = !1,
|
|
18
19
|
...m
|
|
19
|
-
} =
|
|
20
|
-
|
|
21
|
-
for (const o of
|
|
20
|
+
} = e, r = new p({ html: t, linkify: a, breaks: i, ...m });
|
|
21
|
+
l && (r.validateLink = () => !0), u && r.use(g, { label: !0, labelAfter: !0 }), f && r.use(w, typeof f == "object" ? f : {});
|
|
22
|
+
for (const o of n)
|
|
22
23
|
if (d(o)) {
|
|
23
|
-
const [
|
|
24
|
-
|
|
25
|
-
} else o &&
|
|
26
|
-
return
|
|
24
|
+
const [c, k] = o;
|
|
25
|
+
r.use(c, k);
|
|
26
|
+
} else o && r.use(o);
|
|
27
|
+
return r;
|
|
27
28
|
}
|
|
28
29
|
export {
|
|
29
|
-
|
|
30
|
+
L as inlineMarkdown,
|
|
30
31
|
s as markDownRenderer,
|
|
31
|
-
|
|
32
|
+
A as markdown
|
|
32
33
|
};
|
|
@@ -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
|
-
* @
|
|
13
|
-
*
|
|
14
|
-
* @example
|
|
12
|
+
* @see https://tolki.abe.dev/strings/string-utilities-list.html#pluralstudly
|
|
15
13
|
*
|
|
16
|
-
*
|
|
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
|
-
* @
|
|
27
|
-
*
|
|
28
|
-
* @example
|
|
24
|
+
* @see https://tolki.abe.dev/strings/string-utilities-list.html#pluralpascal
|
|
29
25
|
*
|
|
30
|
-
*
|
|
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
|
-
* @
|
|
42
|
-
*
|
|
43
|
-
* @example
|
|
37
|
+
* @see https://tolki.abe.dev/strings/string-utilities-list.html#plural
|
|
44
38
|
*
|
|
45
|
-
*
|
|
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
|
|
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"}
|
package/dist/replacer/index.d.ts
CHANGED
|
@@ -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
|
|
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"}
|