HenriBeck/check-flow

View on GitHub
flow-typed/strip-ansi.js

Summary

Maintainability
A
0 mins
Test Coverage
// @flow

declare module 'strip-ansi' {
  declare export default function strip(str: string): string;
}