UNPKG

flipper-plugin-lib

Version:

Library containing common Flipper plugin installation utilities

10 lines 313 B
/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @format */ export declare function notNull<T>(x: T | null | undefined): x is T; //# sourceMappingURL=typeUtils.d.ts.map