brukerconverter
Advanced tools
Comparing version 6.3.2-pre.1696485692 to 6.3.2
@@ -5,2 +5,3 @@ import { DoubleArray } from 'cheminfo-types'; | ||
import { FromTo } from 'cheminfo-types'; | ||
import { Logger } from 'cheminfo-types'; | ||
import { NmrData2D } from 'cheminfo-types'; | ||
@@ -92,12 +93,3 @@ import { Options } from 'filelist-utils/lib/Options'; | ||
/** | ||
* @typedef {import('../types').GroupByExperimentsOptions} GroupByExperimentsOptions | ||
*/ | ||
/** | ||
* Retrieve the list of files for further process | ||
* @param {import('filelist-utils').FileCollection} fileCollection - FileCollection instance of the bruker folder or zip file. | ||
* @param {GroupByExperimentsOptions} [options={}] | ||
* @returns {Array<import('../types').Experiment>} | ||
*/ | ||
export declare function groupByExperiments(fileCollection: FileCollection, options?: GroupByExperimentsOptions_2 | undefined): Array<Experiment>; | ||
export declare function groupByExperiments(fileCollection: any, options?: {}): any; | ||
@@ -138,2 +130,7 @@ export declare type GroupByExperimentsOptions = GroupByExperimentsOptions_2; | ||
dataSelection?: 'ft' | 'fid' | 'both' | 'preferFT' | 'preferFID'; | ||
/** | ||
* Logger | ||
* @default undefined | ||
*/ | ||
logger?: Logger; | ||
} | ||
@@ -209,4 +206,4 @@ | ||
declare type ZipContent = [zipContent: string | number[] | Blob | ArrayBuffer | Uint8Array | NodeJS.ReadableStream | Promise<string | number[] | Blob | ArrayBuffer | Uint8Array | NodeJS.ReadableStream>, options?: Options | undefined][0]; | ||
declare type ZipContent = [zipContent: string | Blob | ArrayBuffer | Uint8Array | number[] | NodeJS.ReadableStream | Promise<string | Blob | ArrayBuffer | Uint8Array | number[] | NodeJS.ReadableStream>, options?: Options | undefined][0]; | ||
export { } |
{ | ||
"name": "brukerconverter", | ||
"version": "6.3.2-pre.1696485692", | ||
"version": "6.3.2", | ||
"description": "Parse and convert Bruker raw data", | ||
@@ -68,2 +68,2 @@ "types": "brukerconverter.d.ts", | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
32478
258
2
0