0.6.0 • Published 1 year ago

@communityboss/browser-utils v0.6.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

0.1.0

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago

0.2.2

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago