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

6 lines (5 loc) 191 B
/** * Parses a timeout string and returns a number in miliseconds * @param timeout "20min", "5000", undefined */ export declare function parseTimeout(timeout: string | undefined): number;