blob: ab0db0e821867c77fd3526ece2e13c0a5cd666dd [file] [log] [blame]
// Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
typedef StringyFunction<T> = String Function(T item);