10 lines
207 B
TypeScript
10 lines
207 B
TypeScript
export type {
|
|
GraphemeSegmentationMeta,
|
|
GraphemeSegmentationMode,
|
|
GraphemeSegmentationResult,
|
|
GraphemeSegmentationStrategy,
|
|
} from './types';
|
|
|
|
export { segmentGraphemes } from './segmentGraphemes';
|
|
|