@serranolabs.io/shared

0.0.102 • Public • Published

Shared Package

This folder contains shared utilities, constants, and functions that are meant to be consumed by other packages in the codebase. Below is an explanation of the exports available in this package:

Exports

Take a look at the exports fields in package.json. You will see all utility in which consuming modules will use.

Usage

To use any of the exports from this package, import them as follows:

import { BookeraModule, RenderMode } from '@serranolabs.io/shared/module';

Unfortunately, HMR does not work. If you want to update something in shared you must run bun run build

Readme

Keywords

none

Package Sidebar

Install

npm i @serranolabs.io/shared

Weekly Downloads

30

Version

0.0.102

License

none

Unpacked Size

68.9 kB

Total Files

23

Last publish

Collaborators

  • serranolabs.io