UNPKG

safe-apps-sdk

Version:

SDK developed to integrate third-party apps with Safe app.

3 lines (2 loc) 162 B
declare const requirePermission: () => (_: unknown, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor; export default requirePermission;