UNPKG

firebase-apparatus

Version:

Lightweight implementation of firebase-tools as a Node module

3 lines (2 loc) 146 B
import { GoogleHashOptions, HashOptions } from '../types'; export declare function transformHashOptions(options: HashOptions): GoogleHashOptions;