UNPKG

@dappnode/dappnodesdk

Version:

dappnodesdk is a tool to make the creation of new dappnode packages as simple as possible. It helps to initialize and publish in ethereum blockchain

5 lines (4 loc) 230 B
import { Manifest } from "@dappnode/types"; import { GitHead } from "./git.js"; export declare function toTitleCase(str: string): string; export declare function prettyPinataPinName(manifest: Manifest, gitHead?: GitHead): string;