digs-utils

A load of common utilities shared by various Digs-related packages

Usage no npm install needed!

<script type="module">
  import digsUtils from 'https://cdn.skypack.dev/digs-utils';
</script>

README

digs-utils NPM

Build Status Join the chat at https://gitter.im/digsjs/digs

A load of common utilities shared by various Digs-related packages

This is just LoDash with some mixins.

Usage

var _ = require('digs-utils');

_.slugify('Hello, World!') // 'hello-world' 

// amongst various other goodies

TODO

API docs

Author

Christopher Hiller

License

MIT