Sha256: dd1d0ede21780d8f48dbf42e2f11f3fa7d51cfbdcaf085f85410a05a948bbbc0
Contents?: true
Size: 298 Bytes
Versions: 6
Compression:
Stored size: 298 Bytes
Contents
/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ export default function pluralize(word: string, count: number, ending: string): string;
Version data entries
6 entries across 6 versions & 1 rubygems