@sapphire-sh/utils 1.23.0 → 1.25.0

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/README.md CHANGED
@@ -4,9 +4,9 @@
4
4
  [![license](https://img.shields.io/github/license/sapphire-sh/sapphire-utils)](https://github.com/sapphire-sh/sapphire-utils/blob/main/LICENSE)
5
5
  [![npm package version](https://img.shields.io/npm/v/@sapphire-sh/utils)](https://www.npmjs.com/package/@sapphire-sh/utils)
6
6
  [![github package version](https://img.shields.io/github/package-json/v/sapphire-sh/sapphire-utils?label=github)](https://github.com/sapphire-sh/sapphire-utils/packages/1601820)
7
- [![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/@sapphire-sh/utils)](https://bundlephobia.com/package/@sapphire-sh/utils@1.4.0)
7
+ [![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/@sapphire-sh/utils)](https://bundlephobia.com/package/@sapphire-sh/utils)
8
8
 
9
- # usage
9
+ ## Installation
10
10
 
11
11
  ```sh
12
12
  npm install -S @sapphire-sh/utils
@@ -1 +1 @@
1
- export declare const isNonNullable: <T extends object>(value?: T | null) => value is NonNullable<T>;
1
+ export declare const isNonNullable: <T>(value?: T | null) => value is NonNullable<T>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire-sh/utils",
3
- "version": "1.23.0",
3
+ "version": "1.25.0",
4
4
  "description": "@sapphire-sh/utils",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",