项目文件夹

文件
2026-07-13 12:08:39 +08:00

8 行
216 B
TypeScript

// Re-exporting so we don't have to update one meeeeellion files that are already importing these
// functions from here.
export {
pluralize,
addPlural,
grammaticallyJoin,
} from '@/react/common/string-utils';