atma-utils
Advanced tools
Comparing version 0.2.48 to 0.2.49
@@ -32,4 +32,5 @@ // Generated by dts-bundle v0.7.3 | ||
export const _Object_defineProperty: (o: any, p: string | number | symbol, attributes: PropertyDescriptor & ThisType<any>) => any; | ||
export const _global: any; | ||
export const _document: any; | ||
export let _global: any; | ||
export let _document: any; | ||
export function setDocument(doc: any): void; | ||
} | ||
@@ -36,0 +37,0 @@ |
@@ -8,3 +8,4 @@ var _Array_slice, | ||
_global, | ||
_document; | ||
_document, | ||
setDocument; | ||
(function(){ | ||
@@ -23,2 +24,5 @@ _Array_slice = Array.prototype.slice; | ||
: null; | ||
setDocument = function (doc) { | ||
_document = doc; | ||
} | ||
@@ -25,0 +29,0 @@ }()); |
@@ -109,2 +109,5 @@ (function(factory){ | ||
: null; | ||
function setDocument(doc) { | ||
_document = doc; | ||
} | ||
@@ -111,0 +114,0 @@ }()); |
{ | ||
"name": "atma-utils", | ||
"description": "Helpers", | ||
"version": "0.2.48", | ||
"version": "0.2.49", | ||
"author": "Alexander Kit <alex.kit@atmajs.com>", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -10,3 +10,4 @@ export declare const _Array_slice: (start?: number, end?: number) => any[]; | ||
export declare const _Object_defineProperty: (o: any, p: string | number | symbol, attributes: PropertyDescriptor & ThisType<any>) => any; | ||
export declare const _global: any; | ||
export declare const _document: any; | ||
export declare let _global: any; | ||
export declare let _document: any; | ||
export declare function setDocument(doc: any): void; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports._document = exports._global = exports._Object_defineProperty = exports._Object_getOwnProp = exports._Object_hasOwnProp = exports._Array_indexOf = exports._Array_splice = exports._Array_slice = void 0; | ||
exports.setDocument = exports._document = exports._global = exports._Object_defineProperty = exports._Object_getOwnProp = exports._Object_hasOwnProp = exports._Array_indexOf = exports._Array_splice = exports._Array_slice = void 0; | ||
exports._Array_slice = Array.prototype.slice; | ||
@@ -16,1 +16,5 @@ exports._Array_splice = Array.prototype.splice; | ||
: null; | ||
function setDocument(doc) { | ||
exports._document = doc; | ||
} | ||
exports.setDocument = setDocument; |
@@ -32,4 +32,5 @@ // Generated by dts-bundle v0.7.3 | ||
export const _Object_defineProperty: (o: any, p: string | number | symbol, attributes: PropertyDescriptor & ThisType<any>) => any; | ||
export const _global: any; | ||
export const _document: any; | ||
export let _global: any; | ||
export let _document: any; | ||
export function setDocument(doc: any): void; | ||
} | ||
@@ -36,0 +37,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
276761
8313