1.0.6 • Published 8 months ago

@radpack/core v1.0.6

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

@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';
1.0.6

8 months ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago