Déplacement interfaces dans script séparé.
This commit is contained in:
parent
7e482d3d19
commit
0ad046f095
@ -1,19 +1,8 @@
|
|||||||
const Papa = require("papaparse");
|
const Papa = require("papaparse");
|
||||||
|
|
||||||
import { papaParseDatas, papaParseErrors, papaParseMeta } from "./papaParseInterfaces";
|
|
||||||
const errors = require("./errors.js");
|
const errors = require("./errors.js");
|
||||||
|
|
||||||
interface domElement
|
import { papaParseDatas, papaParseErrors, papaParseMeta } from "./papaParseInterfaces";
|
||||||
{
|
import { domElement, selectors } from "./freeCSV2HTMLInterfaces";
|
||||||
id: string;
|
|
||||||
eltDOM?: HTMLElement;
|
|
||||||
}
|
|
||||||
interface selectors extends domElement
|
|
||||||
{
|
|
||||||
colCSV: number;
|
|
||||||
name?: string;
|
|
||||||
values? : string[];
|
|
||||||
}
|
|
||||||
|
|
||||||
export class freeCSV2HTML
|
export class freeCSV2HTML
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user