npm.io
0.0.20 • Published 1 year ago

multiplex-core

Licence
UNLICENSED
Version
0.0.20
Deps
3
Size
65 kB
Vulns
0
Weekly
0

multiplex-core

multiplex-core is a common library shared across the Multiplex platform within the Podifi organization. This library serves as the central hub for common utilities and Data Transfer Objects (DTOs) used both in the backend and frontend of the Multiplex platform.

Installation

To install multiplex-core, run the following command in your project directory:

npm install multiplex-core

Usage

The multiplex-core library is designed to be modular, allowing consumers to import only the necessary parts, such as DTOs or utilities, to optimize their project's bundle size. You can import the entire library or individual modules as needed.

Example:

import { User } from 'multiplex-core';
// or
import * as Dtos from 'multiplex-core/types/dtos';

Features

  • DTOs: Define the structure for data objects used across the Multiplex platform.
  • Utilities: Common utility functions that can be reused in different parts of the platform.

Development

This library is currently maintained privately by Podifi.ai. As of now, it is not open for external contributions.

Upcoming Features

  • Tests: Testing suites are in the pipeline and will be included in future versions of the library.

Support

For support, queries, or any issues related to multiplex-core, please email support@podifi.ai.

License

multiplex-core is not an open-source library. It is intended for private use within the Podifi organization. All rights reserved.