Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 236 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 236 Bytes

airtable.js

Install

npm install @airwalker/airtable airtable

Migrating airtable.js to @airwalker/airtable

Before

import Airtable from "airtable";

After

import Airtable from "@airwalker/airtable";