UNPKG

@soloseng/ganache

Version:

A library and cli to create a local blockchain for fast Ethereum development.

10 lines (7 loc) 246 B
'use strict' exports.getCallback = function (options, callback) { return typeof options === 'function' ? options : callback } exports.getOptions = function (options) { return typeof options === 'object' && options !== null ? options : {} }