UNPKG

flow-up

Version:

Easily add flowtype to your codebase

17 lines (15 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const flowconfig = exports.flowconfig = { "include": [], "ignore": [], "libs": [], "options": [], "version": [] }; const flowupconfig = exports.flowupconfig = { writeConfig: true, writePragma: false };