{
  "version": 3,
  "sources": ["../../src/web/lib/isFramerEmployee.ts"],
  "sourcesContent": ["/**\n * Check if the given email belongs to a Framer employee\n * Note: please only use this when there is no other way to check this\n * e.g. if we have a User object, then we should use its `isFramerEmployee` property\n * This logic should be kept in sync with [FramerUserService](https://github.com/framer/FramerUserService/blob/bdd4c28fad24b86dab8896f31e992b0c5e1743cd/src/models/User.ts#L42)\n */\nexport function isFramerEmployee(email: string): boolean {\n\treturn email.endsWith(\"@framer.com\") || email.endsWith(\"@framer.team\")\n}\n"],
  "mappings": ";AAMO,SAAS,iBAAiB,OAAwB;AACxD,SAAO,MAAM,SAAS,aAAa,KAAK,MAAM,SAAS,cAAc;AACtE;",
  "names": []
}
