1.3.22 • Published 7 days ago

mynth-helper v1.3.22

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

7 days ago

1.3.21

19 days ago

1.3.20

1 month ago

1.2.2

7 months ago

1.2.1

7 months ago

1.3.10

6 months ago

1.3.13

6 months ago

1.3.14

5 months ago

1.3.11

6 months ago

1.3.12

6 months ago

1.3.17

5 months ago

1.3.18

5 months ago

1.3.15

5 months ago

1.3.16

5 months ago

1.3.19

5 months ago

1.1.41

8 months ago

1.3.9

6 months ago

1.3.8

6 months ago

1.1.44

7 months ago

1.1.42

8 months ago

1.3.7

6 months ago

1.3.6

7 months ago

1.3.5

7 months ago

1.3.4

7 months ago

1.3.3

7 months ago

1.3.2

7 months ago

1.3.1

7 months ago

1.1.34

8 months ago

1.1.33

8 months ago

1.1.32

9 months ago

1.1.38

8 months ago

1.1.37

8 months ago

1.1.36

8 months ago

1.1.35

8 months ago

1.1.39

8 months ago

1.1.40

8 months ago

1.1.31

9 months ago

1.1.30

9 months ago

1.1.29

9 months ago

1.1.28

9 months ago

1.1.26

9 months ago

1.1.25

9 months ago

1.1.24

9 months ago

1.1.23

9 months ago

1.1.22

9 months ago

1.1.21

9 months ago

1.1.20

9 months ago

1.1.19

9 months ago

1.1.18

9 months ago

1.1.17

9 months ago

1.1.16

9 months ago

1.1.15

9 months ago

1.1.14

9 months ago

1.1.13

9 months ago

1.1.12

9 months ago

1.1.11

9 months ago

1.1.10

9 months ago

1.1.9

9 months ago

1.1.8

9 months ago

1.1.7

9 months ago

1.1.6

9 months ago

1.1.5

9 months ago

1.1.4

9 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago