/** * Determines if the provided Property is set. * @param {any} property The Property to checked. * @returns {boolean} If the Property is set true otherwise false. * @since 1.0.0 */ export default function isset(property: T): property is T; //# sourceMappingURL=isset.d.ts.map