UNPKG

@mapcss/config

Version:

Definition of MapCSS config, loader

12 lines (11 loc) 283 B
declare global { interface Object { /** * Determines whether an object has a property with the specified name. * @param o An object. * @param v A property name. */ hasOwn(o: object, v: PropertyKey): boolean; } } export {};