export type KeyAttrValid = string | number; export type KeyAttr = KeyAttrValid | null | undefined; //# sourceMappingURL=KeyAttr.d.ts.map