forked from sheetjs/sheetjs
6 lines
204 B
TypeScript
6 lines
204 B
TypeScript
// @deno-types="https://cdn.sheetjs.com/xlsx-latest/package/types/index.d.ts"
|
|
import * as XLSX from 'https://cdn.sheetjs.com/xlsx-latest/package/xlsx.mjs';
|
|
|
|
import doit from './doit.ts';
|
|
doit(XLSX, "x");
|