UNPKG

@cloud-copilot/iam-policy

Version:
8 lines 271 B
/** * Checks if a string is all wildcards(*) * * @param value The value to check if it is a wildcard * @returns True if the value is all wildcards, false otherwise */ export declare function isAllWildcards(value: string): boolean; //# sourceMappingURL=utils.d.ts.map