5.0.18 • Published 6 years ago

@bundled-es-modules/fela-plugin-fallback-value v5.0.18

Weekly downloads
-
License
-
Repository
-
Last release
6 years ago

fela-plugin-fallback-value

This is a mirror of fela-plugin-fallback-value, bundled and exposed as ES module.

Install

npm install @bundled-es-modules/fela-plugin-fallback-value
bower install bundled-es-modules/fela-plugin-fallback-value

Use

<script type="module">
  // from main file
  import { fallbackValue } from 'fela-plugin-fallback-value';
  // or directly
  import fallbackValue from 'fela-plugin-fallback-value/bowser.js';
  console.log(fallbackValue);
</script>

Make sure you added @bundled-es-modules scope to the path if used via npm.