UNPKG

hytescript.js

Version:

A package for programming anything you want with ease.

8 lines 175 B
module.exports = { description: 'Returns the exact current date in ms.', usage: '', parameters: [], run: async d => { return Date.now(); } }