0.0.1-rc.4 • Published 4 months ago

@kodadot1/hyperdata v0.0.1-rc.4

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

@kodadot1/hyperdata

npm version npm downloads Github Actions Codecov

Magic static void main

Usage

Install package:

# npm
npm install @kodadot1/hyperdata

# yarn
yarn add @kodadot1/hyperdata

# pnpm
pnpm install @kodadot1/hyperdata

Import:

// ESM
import * as static from "@kodadot1/hyperdata";

// CommonJS
const static = require("@kodadot1/hyperdata");

Available files

🔧 normalize

Unifying data structure into one format

  • attributeFrom - unify attribute to one format
  • contentFrom - unify metadata to one format
  • normalize - sanitize content fields to one format

🔧 utils

Misc utils for manipulating with data

🔧 types

Misc types for metadata namely:

License

Made with 💛

Published under MIT License.

0.0.1-rc.4

4 months ago

0.0.1-rc.3

7 months ago

0.0.1-rc.2

7 months ago

0.0.1-rc.0

8 months ago