flow2schema/declarations/json-stringify-pretty-compa...

4 lines
118 B
JavaScript

declare module 'json-stringify-pretty-compact' {
declare export default (any, ?{maxLength?: number}) => string;
}