UNPKG

airtable

Version:

The official Airtable JavaScript library.

6 lines (5 loc) 155 B
declare type HasValue = any; declare function has<O, P extends string>(object: O, property: P): object is O & { [key in P]: HasValue; }; export = has;