UNPKG

textiot

Version:

A framework for building web and native (IoT) Dapps on the IPFS network

10 lines (9 loc) 249 B
import { google } from './model'; /** * Converts a protobuf timestamp into a Javascript Date * * ```typescript * utils.timestampToDate(timestamp); * ``` */ export declare function timestampToDate(timestamp?: google.protobuf.ITimestamp): Date;