@alitajs/autils
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -23,2 +23,3 @@ export { default as arrayToObject } from './arrayToObject'; | ||
export { default as isUrl } from './isUrl'; | ||
export { default as isSymbol } from './isSymbol'; | ||
export { default as urlToList } from './urlToList'; | ||
@@ -25,0 +26,0 @@ export { default as Policy } from './Policy'; |
@@ -25,3 +25,4 @@ // @index(['./*', '!./_*', '!./typings.d.ts', '!./*.test.ts'], pp => `export * from '${pp.path}'`) | ||
export { default as isUndefined } from './isUndefined'; | ||
export { default as isUrl } from './isUrl'; // url utils | ||
export { default as isUrl } from './isUrl'; | ||
export { default as isSymbol } from './isSymbol'; // url utils | ||
@@ -28,0 +29,0 @@ export { default as urlToList } from './urlToList'; // 工具类 |
@@ -23,2 +23,3 @@ export { default as arrayToObject } from './arrayToObject'; | ||
export { default as isUrl } from './isUrl'; | ||
export { default as isSymbol } from './isSymbol'; | ||
export { default as urlToList } from './urlToList'; | ||
@@ -25,0 +26,0 @@ export { default as Policy } from './Policy'; |
@@ -29,2 +29,3 @@ "use strict"; | ||
isUrl: true, | ||
isSymbol: true, | ||
urlToList: true, | ||
@@ -177,2 +178,8 @@ Policy: true, | ||
}); | ||
Object.defineProperty(exports, "isSymbol", { | ||
enumerable: true, | ||
get: function get() { | ||
return _isSymbol["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "urlToList", { | ||
@@ -307,2 +314,4 @@ enumerable: true, | ||
var _isSymbol = _interopRequireDefault(require("./isSymbol")); | ||
var _urlToList = _interopRequireDefault(require("./urlToList")); | ||
@@ -309,0 +318,0 @@ |
{ | ||
"name": "@alitajs/autils", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Awesome Utils(前端常用工具方法)", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:alitajs/autils.git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
445047
350
6699