portainer--portainer
8 行
216 B
TypeScript
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';
|