Created
April 20, 2018 19:17
-
-
Save selbekk/a8c0ad8df9080737279144410cb17c55 to your computer and use it in GitHub Desktop.
Time sensitive timeproxy examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import tp from 'timeproxy'; | |
| const SESSION_EXPIRES = tp.IN_THIRTY_SECONDS; | |
| const OLD_POST_TIMESTAMP = tp.TWO_WEEKS_AGO; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment