MCPcopy Create free account
hub / github.com/apitable/apitable / enumKeyToArray

Function enumKeyToArray

packages/core/src/model/field/validate_schema/index.ts:52–54  ·  view source on GitHub ↗
(en: Object)

Source from the content-addressed store, hash-verified

50}
51
52export function enumKeyToArray(en: Object) {
53 return Object.keys(en);
54}
55
56export function joiErrorResult(message: string, value?: any): Joi.ValidationResult {
57 return {

Callers 4

CreatedTimeFieldClass · 0.90
DateTimeFieldClass · 0.90
computedFormattingStrFunction · 0.85

Calls 1

keysMethod · 0.65

Tested by

no test coverage detected