UNPKG
@mapcss/config
Version:
beta (1.0.0-beta.58)
latest (1.0.0-beta.43)
1.0.0-beta.58
1.0.0-beta.57
1.0.0-beta.56
1.0.0-beta.55
1.0.0-beta.54
1.0.0-beta.53
1.0.0-beta.52
1.0.0-beta.51
1.0.0-beta.50
1.0.0-beta.49
1.0.0-beta.48
1.0.0-beta.47
1.0.0-beta.46
1.0.0-beta.45
1.0.0-beta.44
1.0.0-beta.43
Definition of MapCSS config, loader
mapcss.miyauchi.dev
TomokiMiyauci/mapcss
@mapcss/config
/
types
/
_dnt.polyfills.d.ts
12 lines
(11 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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 {};