/** * @license * Copyright (c) 2022 Handsoncode. All rights reserved. */ export declare type Maybe = T | undefined;