special-fake-googles
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

This is just a test

Home - Documentation - Chat


Install / Import

> npm install --save special-fake-googles
import { myFunction, myObject } from 'special-fake-googles'; 

Specific import

import { myFunction } from 'special-fake-googles/myFunction'
import { myObject } from 'special-fake-googles/myObject'

From HTML, with CDN

Expose a global ( wider browser support):

<script src="//unpkg.com/special-fake-googles/umd_bundle.min.js"></script>
<script>
  var myFunction = special_fake_googles.myFunction;
</script>

Or import as an ES module:

<script type="module">
  import { myFunction, myObject } from '//unpkg.com/special-fake-googles/zz_esm/index.js';
</script>

Contribute

npm install
npm run build
npm test

test 1

test 2

test 3

test 4

Readme

Keywords

none

Package Sidebar

Install

npm i special-fake-googles

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

77.7 kB

Total Files

34

Last publish

Collaborators

  • a3d9dj3kc0sf0s