recursive-timestamp-converter
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

recursive-timestamp-converter

Installation

$ yarn add recursive-timestamp-converter

Usage

import { TimestampConverter } from 'recursive-timestamp-converter';

const snapshot = await firestore
  .collection("posts")
  .doc(id)
  .withConverter(new TimestampConverter<Post>())
  .get();

/recursive-timestamp-converter/

    Package Sidebar

    Install

    npm i recursive-timestamp-converter

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    12 kB

    Total Files

    12

    Last publish

    Collaborators

    • ya_s_u