jcampconverter
Advanced tools
Comparing version 10.0.1 to 10.0.2
@@ -44,3 +44,3 @@ import { Logger } from 'cheminfo-types'; | ||
*/ | ||
declare interface ConvertOptions extends Partial<Add2DOptions> { | ||
export declare interface ConvertOptions extends Partial<Add2DOptions> { | ||
/** | ||
@@ -97,3 +97,3 @@ * If it is true, anywhere out of XYDATA, PEAKTABLE n PEAKASSIGNMENTS the comments are removed | ||
declare interface ConvertResult { | ||
export declare interface ConvertResult { | ||
entries: Entry[]; | ||
@@ -111,7 +111,7 @@ flatten: Entry[]; | ||
declare interface CreateTreeOptions { | ||
export declare interface CreateTreeOptions { | ||
flatten?: boolean; | ||
} | ||
declare interface Entry { | ||
export declare interface Entry { | ||
spectra: Spectrum[]; | ||
@@ -151,3 +151,3 @@ ntuples: Ntuples; | ||
declare interface MinMax { | ||
export declare interface MinMax { | ||
z: number[][]; | ||
@@ -164,3 +164,3 @@ minX: number; | ||
declare interface Ntuples { | ||
export declare interface Ntuples { | ||
varname?: string[]; | ||
@@ -196,3 +196,3 @@ symbol?: string[]; | ||
declare interface ParseJcampCSOptions { | ||
export declare interface ParseJcampCSOptions { | ||
OCL: OCL; | ||
@@ -202,3 +202,3 @@ logger?: Logger; | ||
declare interface Spectrum { | ||
export declare interface Spectrum { | ||
[key: string]: any; | ||
@@ -205,0 +205,0 @@ data: Record<string, number[]>; |
{ | ||
"name": "jcampconverter", | ||
"version": "10.0.1", | ||
"version": "10.0.2", | ||
"description": "Parse and convert JCAMP data", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
49411