@webbio/utils

npm install --save viper_core

Usage no npm install needed!

<script type="module">
  import webbioUtils from 'https://cdn.skypack.dev/@webbio/utils';
</script>

README

viper_core

NPM JavaScript Style Guide

Install

npm install --save viper_core

Usage

import * as React from "react";

import MyComponent from "viper_core";

class Example extends React.Component {
  render() {
    return <MyComponent />;
  }
}

License

MIT © TomWebbio