1.4.2 • Published 6 years ago

@lyo/ds v1.4.2

Weekly downloads
-
License
[object Object]
Repository
-
Last release
6 years ago

@lyo/ds

A browser-compatible version of ds built automatically with Lyo.

Version Build Hits

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/ds
const 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

1.4.2

6 years ago