nc-photos/np_api/lib/src/util.dart

1 line
57 B
Dart

bool isHttpStatusGood(int status) => status ~/ 100 == 2;