@datapos/datapos-tool-csv-parse 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3337,5 +3337,5 @@ class zn {
3337
3337
  }
3338
3338
  }
3339
3339
  export {
3340
- zn as CSVParseTool
3340
+ zn as Tool
3341
3341
  };
@@ -1,9 +1,9 @@
1
1
  import { Options, Parser } from 'csv-parse/browser/esm';
2
2
  /** Classes - CSV Parse tool. */
3
- declare class CSVParseTool {
3
+ declare class Tool {
4
4
  /** Operations - Build parser. */
5
5
  buildParser(options: Options): Parser;
6
6
  }
7
7
  /** Exposures */
8
8
  export type { Options, Parser } from 'csv-parse/browser/esm';
9
- export { CSVParseTool };
9
+ export { Tool };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-tool-csv-parse",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "private": false,