UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

13 lines (11 loc) 174 B
/* * @flow */ export type ESLintReport = { node: any, message: string, }; export type ESLintContext = { options: Array<Object>, report: (ESLintReport) => void, };