@wastedondestiny/destiny-library 1.0.14 → 1.0.16

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.
package/dist/utils.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export declare function getPerfectRounding(original: number[], forceSum?: number, decimals?: number): number[];
2
+ export declare function pluralize(number: number, singularWord: string, pluralWord?: string): string;
2
3
  export declare function timeSince(date: Date): string;
3
4
  export declare function formatTime(value: number): string;
4
5
  export declare function formatNumber(value: number): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wastedondestiny/destiny-library",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"