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