UNPKG
@mapcss/preset-tw
Version:
beta (1.0.0-beta.58)
latest (1.0.0-beta.28)
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
1.0.0-beta.42
1.0.0-beta.41
1.0.0-beta.40
1.0.0-beta.39
1.0.0-beta.38
1.0.0-beta.37
1.0.0-beta.36
1.0.0-beta.35
1.0.0-beta.34
1.0.0-beta.32
1.0.0-beta.30
1.0.0-beta.29
1.0.0-beta.28
Tailwind CSS preset for MapCSS
mapcss.miyauchi.dev
TomokiMiyauci/mapcss
@mapcss/preset-tw
/
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 {};