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

4 lines
118 B
JavaScript
Raw Normal View History

2017-11-18 12:38:34 +03:00
declare module 'json-stringify-pretty-compact' {
declare export default (any, ?{maxLength?: number}) => string;
}