@kodadot1/hyperdata
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-rc.4 • Public • Published

@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @kodadot1/hyperdata

Weekly Downloads

97

Version

0.0.1-rc.4

License

MIT

Unpacked Size

22.4 kB

Total Files

8

Last publish

Collaborators

  • vikiival
  • yangwao