@formatjs/intl-segmenter 11.3.0 → 11.4.1

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.
@@ -1,3 +1,2 @@
1
1
  export declare const replaceVariables: (variables: Record<string, string>, input: string) => string;
2
2
  export declare const isSurrogate: (str: string, pos: number) => boolean;
3
- //# sourceMappingURL=segmentation-utils.d.ts.map
@@ -53,4 +53,3 @@ declare class SegmentIterator implements Iterable<SegmentResult>, Iterator<Segme
53
53
  } | undefined;
54
54
  }
55
55
  export type { SegmentIterator };
56
- //# sourceMappingURL=segmenter.d.ts.map
package/test262-main.d.ts CHANGED
@@ -1,2 +1 @@
1
1
  import './polyfill-force';
2
- //# sourceMappingURL=test262-main.d.ts.map