1.0.0 • Published 2 months ago

@storyblok/region-helper v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@storyblok/region-helper

npm version npm downloads bundle Codecov

This is my package description.

Usage

Install package:

# npm
npm install @storyblok/region-helper

# yarn
yarn add @storyblok/region-helper

# pnpm
pnpm install @storyblok/region-helper

# bun
bun install @storyblok/region-helper

Import:

// ESM
import {} from "@storyblok/region-helper";

// CommonJS
const {} = require("@storyblok/region-helper");

Development

  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

Release

Check how to release this package here

License

Made with 💛

Published under MIT License.

1.0.0

2 months ago

0.2.0

3 months ago

0.1.0

3 months ago

0.0.1

5 months ago