h-naya-utils
Advanced tools
Comparing version 0.0.36 to 0.0.37
@@ -0,0 +0,0 @@ export { default as ArrayUtils } from "./utils/ArrayUtils"; |
@@ -0,0 +0,0 @@ export default class ArrayUtils { |
@@ -0,0 +0,0 @@ import { Duration } from "moment"; |
export default class EndUtils { | ||
static isWechat: () => boolean; | ||
} |
export default class FormatUtils { | ||
static parseNumber: (value: any) => number; | ||
} |
@@ -0,0 +0,0 @@ export interface LoggerConfig { |
@@ -0,0 +0,0 @@ export default class NumberUtils { |
@@ -0,0 +0,0 @@ export default class PromiseUtils { |
@@ -0,0 +0,0 @@ export default class StringUtils { |
export default class TypeUtils { | ||
static is: (obj: any, type: any) => boolean; | ||
} |
@@ -0,0 +0,0 @@ Copyright (c) 2015-present Lerna Contributors |
{ | ||
"name": "h-naya-utils", | ||
"version": "0.0.36", | ||
"version": "0.0.37", | ||
"description": "utils for naya", | ||
@@ -45,3 +45,3 @@ "main": "dist/index.js", | ||
"license": "MIT", | ||
"gitHead": "49b80aed51c4a97a483acd82b9d583cb0de5e9de", | ||
"gitHead": "1231f0931bdffd5b2fee4003a036839db2de1937", | ||
"publishConfig": { | ||
@@ -48,0 +48,0 @@ "access": "public" |
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
19466