UNPKG

@variantjs/core

Version:

VariantJS common functions and utilities

3 lines (2 loc) 145 B
declare const hasProperty: <X, Y extends PropertyKey>(obj: X | undefined, prop: Y) => obj is X & Record<Y, unknown>; export default hasProperty;