@radpack/core

Rapid Application Development Packaging Core

Usage no npm install needed!

<script type="module">
  import radpackCore from 'https://cdn.skypack.dev/@radpack/core';
</script>

README

@radpack/core

Common internal functionality of radpack and peer dependency of all radpack dependencies.

Documentation Logo

Installation

npm install @radpack/core

Usage

import {
  constants,
  createEntry,
  createExport,
  fetchRegister,
  flatten,
  getExportId,
  getExports,
  isArray,
  mergeRegisters,
  noop,
  parseManifest,
  parseRegister,
  parseVersionArray,
  Radpack,
  resolvePath,
  toArray
} from '@radpack/core';

import {
  fetch,
  fetchFile,
  fetchJson,
  fetchRegister,
  parseUrl
} from '@radpack/core/server';