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