feat(http): refactor library to work in dart
Mostly internal refactoring needed to make ts2dart and DartAnalyzer happy. Fixes #2415
This commit is contained in:
@ -302,6 +302,7 @@ function define(classOrName, check) {
|
||||
return cls;
|
||||
}
|
||||
|
||||
|
||||
var assert: any = function(value) {
|
||||
return {
|
||||
is: function is(...types) {
|
||||
|
Reference in New Issue
Block a user