@permitio/permit-js
Version:
Permitio is a frontend package that makes it easy to use permit abilities
5 lines (4 loc) • 431 B
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;