pravapis 0.1.0

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.
@@ -0,0 +1,13 @@
1
+ import { C as Converter } from './pipeline-T0FQH27h.cjs';
2
+ import { O as Orthography, c as conversionResultToDict } from './types-wqNurkip.cjs';
3
+
4
+ interface ConvertOptions {
5
+ from?: Orthography;
6
+ to: Orthography;
7
+ }
8
+ declare function convert(text: string, options: ConvertOptions, opts?: {
9
+ unresolved?: boolean;
10
+ }): ReturnType<typeof conversionResultToDict>;
11
+ declare function explain(text: string, options: ConvertOptions): ReturnType<Converter["explain"]>;
12
+
13
+ export { type ConvertOptions, convert, explain };
@@ -0,0 +1,13 @@
1
+ import { C as Converter } from './pipeline-CQ31DzWB.js';
2
+ import { O as Orthography, c as conversionResultToDict } from './types-wqNurkip.js';
3
+
4
+ interface ConvertOptions {
5
+ from?: Orthography;
6
+ to: Orthography;
7
+ }
8
+ declare function convert(text: string, options: ConvertOptions, opts?: {
9
+ unresolved?: boolean;
10
+ }): ReturnType<typeof conversionResultToDict>;
11
+ declare function explain(text: string, options: ConvertOptions): ReturnType<Converter["explain"]>;
12
+
13
+ export { type ConvertOptions, convert, explain };