UNPKG

@cloud-copilot/iam-policy

Version:
9 lines 355 B
import { type Policy } from './policies/policy.js'; /** * Load a Policy from a policy document * * @param policyDocument the policy document JSON object * @returns the Policy object for the backing policy document */ export declare function loadPolicy<T = undefined>(policyDocument: any, metadata?: T): Policy<T>; //# sourceMappingURL=parser.d.ts.map