0.0.1-rc.5 • Published 10 months ago

@kodadot1/hyperdata v0.0.1-rc.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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.5

10 months ago

0.0.1-rc.4

1 year ago

0.0.1-rc.3

2 years ago

0.0.1-rc.2

2 years ago

0.0.1-rc.0

2 years ago