UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

7 lines (6 loc) 289 B
import { CmsOrganization } from "../../../CmsOrganization.js"; import { california } from "./California.js"; import { OrganizationKind } from "@rr0/data"; export function caDepartment(code, place) { return new CmsOrganization(code, [place], OrganizationKind.department, california); }