atma-utils
Advanced tools
Comparing version 0.1.9 to 0.1.10
{ | ||
"name": "atma-utils", | ||
"description": "Helpers", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"author": "Alexander Kit <alex.kit@atmajs.com>", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -5,1 +5,28 @@ /// <reference path="./ns/all.d.ts" /> | ||
export const is_Function: typeof Is.is_Function; | ||
export const is_Array: typeof Is.is_Array | ||
export const is_ArrayLike: typeof Is.is_ArrayLike | ||
export const is_String: typeof Is.is_String | ||
export const is_Object: typeof Is.is_Object | ||
export const is_notEmptyString: typeof Is.is_notEmptyString | ||
export const is_rawObject: typeof Is.is_rawObject | ||
export const is_Date: typeof Is.is_Date | ||
export const is_NODE: typeof Is.is_NODE | ||
export const is_DOM: typeof Is.is_DOM | ||
export const obj_getProperty: typeof Obj.obj_getProperty; | ||
export const obj_setProperty: typeof Obj.obj_setProperty; | ||
export const obj_hasProperty: typeof Obj.obj_hasProperty; | ||
export const obj_extend: typeof Obj.obj_extend; | ||
export const obj_extendDefaults: typeof Obj.obj_extendDefaults; | ||
export const obj_extendMany: typeof Obj.obj_extendMany; | ||
export const obj_extendProperties: typeof Obj.obj_extendProperties; | ||
export const obj_extendPropertiesDefaults: typeof Obj.obj_extendPropertiesDefaults; | ||
export const obj_create: typeof Obj.obj_create; | ||
export const obj_defineProperty: typeof Obj.obj_defineProperty; | ||
export const class_create: typeof ClassBase.class_create; | ||
export const class_Dfr: typeof ClassBase.class_Dfr; | ||
export const class_EventEmitter: typeof ClassBase.class_EventEmitter; | ||
export const class_Uri: typeof ClassBase.class_Uri; |
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
69030
2532