@permitio/permit-js
Version:
Permitio is a frontend package that makes it easy to use permit abilities
6 lines (4 loc) • 430 B
text/typescript
import { permit } from "./permit";
import {LoginMethod, LoginInterface, ApproveInterface, FoAzInterface, Elements, Proxy, getInterface, postInterface, putInterface, deleteInterface, patchInterface, PermitProxy} from "./types";
export { LoginMethod, LoginInterface, ApproveInterface, FoAzInterface, Elements, Proxy, getInterface, postInterface, putInterface, deleteInterface, patchInterface, PermitProxy };
export default permit;