@types/falcor-express
TypeScript icon, indicating that this package has built-in type declarations

0.1.23 • Public • Published

Installation

npm install --save @types/falcor-express

Summary

This package contains type definitions for falcor-express (https://github.com/Netflix/falcor-express).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/falcor-express.

index.d.ts

/// <reference types="falcor" />

import { Handler, Request, Response } from "express";
import { DataSource } from "falcor";
declare function dataSourceRoute(getDataSource: (req: Request, res: Response) => DataSource): Handler;

Additional Details

Credits

These definitions were written by Quramy, and LukeRielley.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/falcor-express

    Weekly Downloads

    7

    Version

    0.1.23

    License

    MIT

    Unpacked Size

    3.4 kB

    Total Files

    5

    Last publish

    Collaborators

    • types