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