Files
kiss-flixel/feedback-server/externs/range_parser/Options.hx

10 lines
206 B
Haxe

package range_parser;
typedef Options = {
/**
The "combine" option can be set to `true` and overlapping & adjacent ranges
will be combined into a single range.
**/
@:optional
var combine : Bool;
};