Skip to content

Commit ecb779f

Browse files
committed
first commit - I know there are still some mistakes. Do not hesitate to make a pull request. I am still working on it.
1 parent fe040a4 commit ecb779f

13 files changed

Lines changed: 3298 additions & 0 deletions

File tree

lib/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './v9';

lib/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
"use strict";
2+
function __export(m) {
3+
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4+
}
5+
Object.defineProperty(exports, "__esModule", { value: true });
6+
__export(require("./v9"));

0 commit comments

Comments
 (0)