Comparing version 1.6.43 to 1.7.0
export { IUser } from './IUser'; |
@@ -0,0 +0,0 @@ export interface IUser { |
@@ -0,0 +0,0 @@ import { IDisposable, ITyped } from '../Types'; |
@@ -0,0 +0,0 @@ import { __extends } from "tslib"; |
@@ -0,0 +0,0 @@ import { IEventArgs, IEventArgs1 } from './IEventArgs'; |
@@ -0,0 +0,0 @@ import { __extends } from "tslib"; |
@@ -0,0 +0,0 @@ import { IEventArgs, IEventArgs1 } from './IEventArgs'; |
@@ -0,0 +0,0 @@ import { __extends } from "tslib"; |
@@ -0,0 +0,0 @@ import { IEventArgs, IEventArgs1 } from './IEventArgs'; |
@@ -0,0 +0,0 @@ export interface IEventArgs { |
@@ -0,0 +0,0 @@ import { IEventArgs, IEventArgs1 } from './IEventArgs'; |
@@ -0,0 +0,0 @@ export { IEventArgs, IEventArgs1 } from './IEventArgs'; |
@@ -0,0 +0,0 @@ export { EventArgs, EventArgs1 } from './EventArgs'; |
export declare const grep: (elems: any[], callback: Function, invert?: boolean) => any[]; |
@@ -0,0 +0,0 @@ export var grep = function (elems, callback, invert) { |
export { grep } from './Grep'; | ||
export { pushif } from './Pushif'; |
export { grep } from './Grep'; | ||
export { pushif } from './Pushif'; | ||
//# sourceMappingURL=index.js.map |
export declare const pushif: (a: any[], cond: boolean, val: any) => void; |
@@ -0,0 +0,0 @@ export var pushif = function (a, cond, val) { |
export declare const dateToUTCString: (date: Date) => string; |
@@ -0,0 +0,0 @@ var valueToTwoDigits = function (value) { |
@@ -1,3 +0,3 @@ | ||
export { formatTimestamp } from './FormatTimestamp'; | ||
export { formatTimestamp } from './formatTimestamp'; | ||
export { parseMicrosoftFormatOffset } from './ParseMicrosoftFormatOffset'; | ||
export { dateToUTCString } from './DateToUTCString'; |
@@ -1,4 +0,4 @@ | ||
export { formatTimestamp } from './FormatTimestamp'; | ||
export { formatTimestamp } from './formatTimestamp'; | ||
export { parseMicrosoftFormatOffset } from './ParseMicrosoftFormatOffset'; | ||
export { dateToUTCString } from './DateToUTCString'; | ||
//# sourceMappingURL=index.js.map |
export declare const parseMicrosoftFormatOffset: (offset: string) => number; |
@@ -0,0 +0,0 @@ import toSafeInteger from 'lodash-es/toSafeInteger'; |
export { stdDeviation } from './StdDeviation'; |
@@ -0,0 +0,0 @@ // use _.range export { isValueOutOfRange } from './IsValueOutOfRange'; |
export declare const stdDeviation: (arr: number[]) => number; |
@@ -0,0 +0,0 @@ import mean from 'lodash-es/mean'; |
export { justify } from './Justify'; | ||
export { pluralize } from './Pluralize'; | ||
export { sprintf } from './Sprintf'; |
@@ -0,0 +0,0 @@ export { justify } from './Justify'; |
export declare const justify: (value: string, prefix: string, leftJustify: boolean, minWidth: number, zeroPad: boolean) => string; |
@@ -0,0 +0,0 @@ import padEnd from 'lodash-es/padEnd'; |
export declare const pluralize: (num: number, strOne: string, strTwo: string, strFive: string) => string; |
@@ -0,0 +0,0 @@ export var pluralize = function (num, strOne, strTwo, strFive) { |
export declare type RadixType = 2 | 8 | 10 | 16; | ||
export declare const sprintf: (format: string, ...a: any[]) => string; |
@@ -0,0 +0,0 @@ import toSafeInteger from 'lodash-es/toSafeInteger'; |
export declare const createChainedFunction: (...funcs: any[]) => any; |
@@ -0,0 +0,0 @@ import isFunction from 'lodash-es/isFunction'; |
export { createChainedFunction } from './CreateChainedFunction'; |
export { createChainedFunction } from './CreateChainedFunction'; | ||
//# sourceMappingURL=index.js.map |
export interface Hashtable<T> { | ||
[key: string]: T; | ||
} |
@@ -0,0 +0,0 @@ export * from './fn/array/index'; |
@@ -0,0 +0,0 @@ export * from './fn/array/index'; |
@@ -0,0 +0,0 @@ declare type Locales = 'ru-ru' | 'en-us'; |
@@ -0,0 +0,0 @@ import * as warning from 'warning'; |
@@ -0,0 +0,0 @@ export declare class LoggerClass { |
@@ -0,0 +0,0 @@ var wnd = window; |
@@ -0,0 +0,0 @@ export interface IDisposable { |
{ | ||
"name": "onix-core", | ||
"version": "1.6.43", | ||
"version": "1.7.0", | ||
"description": "Onix library core", | ||
@@ -13,3 +13,3 @@ "main": "dist/index.js", | ||
"statsp": "webpack --profile --json --mode=production > stats.json", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha --recursive --require esm --require ./test/helpers.js" | ||
}, | ||
@@ -33,3 +33,6 @@ "keywords": [ | ||
"@types/node": "^7.10.9", | ||
"chai": "^4.2.0", | ||
"clean-webpack-plugin": "^3.0.0", | ||
"esm": "^3.2.25", | ||
"mocha": "^7.1.0", | ||
"ts-loader": "^6.2.1", | ||
@@ -36,0 +39,0 @@ "typescript": "^3.7.2", |
@@ -1,3 +0,5 @@ | ||
# Onix Core [![npm][npm-badge]][npm] | ||
# onix-core | ||
[![npm version][npm-badge]][npm] [![npm downloads][npd-badge]][npm] [![dependencies Status][dps-badge]][dps][![FOSSA Status][fossa-badge]][fossa] | ||
Core JavaSctipt library for the all Onix JS components. | ||
@@ -7,7 +9,12 @@ | ||
© 2017 Nick Panteleeff | ||
© 2017-2020 Nick Panteleeff | ||
[MIT License](/LICENSE) | ||
[npm-badge]: https://badge.fury.io/js/onix-core.svg | ||
[npm]: https://badge.fury.io/js/onix-core | ||
[npm-badge]: https://img.shields.io/npm/v/onix-core?style=flat | ||
[npd-badge]: https://img.shields.io/npm/dm/onix-core.svg?style=flat-square | ||
[dps-badge]: https://david-dm.org/DrNixx/onix-core/status.svg | ||
[dps]: https://david-dm.org/DrNixx/onix-core | ||
[npm]: https://www.npmjs.com/package/onix-core | ||
[fossa-badge]: https://app.fossa.com/api/projects/git%2Bgithub.com%2FDrNixx%2Fonix-core.svg?type=shield | ||
[fossa]: https://app.fossa.com/projects/git%2Bgithub.com%2FDrNixx%2Fonix-core?ref=badge_shield |
@@ -1,3 +0,3 @@ | ||
export { formatTimestamp } from './FormatTimestamp'; | ||
export { formatTimestamp } from './formatTimestamp'; | ||
export { parseMicrosoftFormatOffset } from './ParseMicrosoftFormatOffset'; | ||
export { dateToUTCString } from './DateToUTCString'; |
Sorry, the diff of this file is not supported yet
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
94519
121
1
20
10