css-inline
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -245,2 +245,8 @@ let imports = {}; | ||
module.exports.__wbindgen_boolean_get = function(arg0) { | ||
const v = getObject(arg0); | ||
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2; | ||
return ret; | ||
}; | ||
module.exports.__wbindgen_string_get = function(arg0, arg1) { | ||
@@ -255,8 +261,2 @@ const obj = getObject(arg1); | ||
module.exports.__wbindgen_boolean_get = function(arg0) { | ||
const v = getObject(arg0); | ||
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2; | ||
return ret; | ||
}; | ||
module.exports.__wbindgen_is_object = function(arg0) { | ||
@@ -263,0 +263,0 @@ const val = getObject(arg0); |
@@ -7,3 +7,3 @@ { | ||
"description": "High-performance library for inlining CSS into HTML 'style' attributes", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
1113719