@lyo/moment
v2.22.2
Published
Browser-compatible version of moment
Downloads
6
Readme
@lyo/moment
A browser-compatible version of moment built automatically with Lyo.
Usage
In a browser
<script src="https://cdn.jsdelivr.net/npm/@lyo/moment"></script>
<script>
moment();
</script>
In Node.js
# Install
npm i @lyo/moment
const moment = require('@lyo/moment')
moment();
Disclaimer
This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.
Use at your own risk