sonarqube/server/sonar-web/flow-typed/npm/strip-ansi_v3.x.x.js
2017-03-24 10:01:05 +01:00

7 lines
211 B
JavaScript

// flow-typed signature: 8b05dd8048f5193e21269eab58859283
// flow-typed version: 94e9f7e0a4/strip-ansi_v3.x.x/flow_>=v0.28.x
declare module 'strip-ansi' {
declare module.exports: (input: string) => string;
}