Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@nsfmc/sanitarium

nsfmc9MIT1.0.0

this adds a small tool (deflow) for stripping flow types from some js, either stdin or files on disk and outputting to stdout again

readme

sanitarium

this adds a small tool (deflow) for stripping flow types from some js, either stdin or files on disk and outputting to stdout again

usage as a binary

installing

yarn add -G https://github.com/nsfmc/sanitarium

running

deflow < path/to/file.js
pbpaste | deflow

usage via yarn

installing

yarn add https://github.com/nsfmc/sanitarium
cd sanitarium
yarn

running on a file

yarn deflow -- < path/to/file.js

running on clipboard

pbpaste | yarn deflow --