1.4.0 • Published 1 year ago

mynth-helper v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Mynth Helper

Library of common utility functions designed to facilitate development. This repository consolidates reusable code snippets, ensuring consistency and efficiency in project implementations.

Installation

To incorporate mynth-helper into your project, run the following command:

npm install mynth-helper

Usage

Import and use the helpers in your project as shown in the following TypeScript example:

import { resolveAdaHandle } from "mynth-helper";

const adaAddress = resolveAdaHandle(blockfrost, policyID, handleName);

Adding New Helpers

Contributing new helper functions is encouraged to enrich the library’s functionality:

  1. Add your helper function to an appropriate existing folder under src/helpers, or create a new folder for a distinct category of helpers.
  2. Export your helper in the src/index.ts file to make it accessible as part of the package.

Example:

// In your new or existing helper file
export function newHelperFunction(param: ParamType): ReturnType {
  // Implementation
}

// In src/index.ts
export * from './helpers/newHelperFile'; // Adjust the path as necessary
1.4.0

1 year ago

1.3.22

1 year ago

1.3.21

1 year ago

1.3.20

1 year ago

1.2.2

2 years ago

1.2.1

2 years ago

1.3.10

2 years ago

1.3.13

2 years ago

1.3.14

2 years ago

1.3.11

2 years ago

1.3.12

2 years ago

1.3.17

2 years ago

1.3.18

2 years ago

1.3.15

2 years ago

1.3.16

2 years ago

1.3.19

2 years ago

1.1.41

2 years ago

1.3.9

2 years ago

1.3.8

2 years ago

1.1.44

2 years ago

1.1.42

2 years ago

1.3.7

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.1.34

2 years ago

1.1.33

2 years ago

1.1.32

2 years ago

1.1.38

2 years ago

1.1.37

2 years ago

1.1.36

2 years ago

1.1.35

2 years ago

1.1.39

2 years ago

1.1.40

2 years ago

1.1.31

2 years ago

1.1.30

2 years ago

1.1.29

2 years ago

1.1.28

2 years ago

1.1.26

2 years ago

1.1.25

2 years ago

1.1.24

2 years ago

1.1.23

2 years ago

1.1.22

2 years ago

1.1.21

2 years ago

1.1.20

2 years ago

1.1.19

2 years ago

1.1.18

2 years ago

1.1.17

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago