fish-helper 0.0.4 → 0.0.5
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,8 +13,8 @@ const helper = require('fish-helper')
|
|
|
13
13
|
> - before_gt_hour(date, hour) ------- The <strong>date</strong> is less than <strong>now</strong>, and the date is greater than <strong>hour</strong> from <strong>now</strong>
|
|
14
14
|
>
|
|
15
15
|
> - after_lt_hour(date, hour) ------- The <strong>date</strong> is greater than <strong>now</strong>, and the date is less than <strong>hour</strong> from <strong>now</strong>
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
>
|
|
17
|
+
> - after_gt_hour(date, hour) ------- The <strong>date</strong> is greater than <strong>now</strong>, and the date is greater than <strong>hour</strong> from <strong>now</strong>
|
|
18
18
|
>
|
|
19
19
|
> - is_current_year(date) ------- return Boolean
|
|
20
20
|
>
|