0.6.0 • Published 2 years ago

@communityboss/browser-utils v0.6.0

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

@communityboss/browser-utils

Generic browser-only TypeScript utility library

Install

npm install --save @communityboss/browser-utils

Usage

<script>
  onMount(async () => {
    const { gps } = await import('@communityboss/browser-utils')
    console.log('GPS?', await gps.isPermitted({}))
  })
</script>

Development

npm install
npm run dev
0.6.0

2 years ago

0.1.0

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.2.2

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago