Skip to content

Commit bb1a8ae

Browse files
committed
feat(@stdlib/assert): add isDateObject function,requested changes,stdlib-js#1337
1 parent f1710dd commit bb1a8ae

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/is-same-date-object

1 file changed

+1
-1
lines changed

Diff for: lib/node_modules/@stdlib/assert/is-same-date-object/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# isSameDateObject
2222

23-
> Test if two values are both Date objects corresponding to the same date and time.
23+
> Test if two values are [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) objects corresponding to the same date and time.
2424
2525
<section class="usage">
2626

0 commit comments

Comments
 (0)