fixed-width-parser
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -20,3 +20,3 @@ import { ParseConfigInput } from './interfaces/ParseConfig'; | ||
parse(input: string, options?: Partial<IParseOptions>): T[]; | ||
unparse(input: T[], options?: Partial<IUnparseOptions>): string; | ||
unparse(input: unknown[], options?: Partial<IUnparseOptions>): string; | ||
private parseLine; | ||
@@ -23,0 +23,0 @@ private parseLineSegments; |
{ | ||
"name": "fixed-width-parser", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A fixed width data parser", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
26372