Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save selbekk/446d2388b64515da1ba982b5a4b2612a to your computer and use it in GitHub Desktop.
Save selbekk/446d2388b64515da1ba982b5a4b2612a to your computer and use it in GitHub Desktop.
Time sensitive timeproxy examples with tagged template literals
import tp from 'timeproxy';
const SESSION_EXPIRES = tp`in 30 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