Skip to content

Instantly share code, notes, and snippets.

@thdc-abota
thdc-abota / d3.flow.js
Created July 10, 2020 09:22 — forked from kubijo/d3.flow.js
flow types for several D3 APIs
// @flow
/* eslint-disable no-use-before-define */
//
// Primitives
//
type x = number;
type y = number;
type dx = number;
type dy = number;