Files
kiss-flixel/feedback-server/externs/http_errors/HttpErrorConstructor.hx

3 lines
116 B
Haxe

package http_errors;
typedef HttpErrorConstructor<N> = ts.AnyOf2<() -> HttpError<N>, (msg:String) -> HttpError<N>>;