@navadt/inferschema
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

YourActionName Actions Status YourActionName Actions Status

inferschema

Schema inference library written in Typescript

Usage

import * as inferschema from "@navadt/inferschema";
import { Schema } from "@navadt/inferschema";

async function f(): Schema {
    const schema: Schema = await inferschema.infer("path_to_file.csv");
    return schema;
}

Package Sidebar

Install

npm i @navadt/inferschema

Weekly Downloads

1

Version

1.0.14

License

MIT

Unpacked Size

11.9 kB

Total Files

21

Last publish

Collaborators

  • navase10