{"version":3,"file":"organization.mjs","names":[],"sources":["../../../../src/internal/clerk-js/organization.ts"],"sourcesContent":["/**\n * Checks and assumes a string is an Organization ID if it starts with 'org_', specifically for\n * disambiguating with slugs. `_` is a disallowed character in slug names, so slugs cannot\n * start with `org_`.\n */\nexport function isOrganizationId(id: string | null | undefined): boolean {\n  return typeof id === 'string' && id.startsWith('org_');\n}\n"],"mappings":";;;;;;AAKA,SAAgB,iBAAiB,IAAwC;AACvE,QAAO,OAAO,OAAO,YAAY,GAAG,WAAW,OAAO"}