Skip to content

Commit

Permalink
Add deprecation message
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <[email protected]>
  • Loading branch information
bjornstar and sindresorhus authored Aug 2, 2023
1 parent ca30df8 commit 514d5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ const is = Object.assign(
boundFunction: isBoundFunction,
buffer: isBuffer,
class: isClass,
/** @deprecated */
/** @deprecated Renamed to `class`. */
class_: isClass,
dataView: isDataView,
date: isDate,
Expand Down

0 comments on commit 514d5c3

Please sign in to comment.