2.4.9 • Published 26 days ago

@kozmoai/glint-backstage-entity-validator v2.4.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
26 days ago

Glint Backstage entity validator

This is a library package used to validate entity files.

It exports two methods:

export const validateFromFile: (
  filepath: string,
  verbose: boolean,
  customAnnotationSchemaLocation: string,
) => Promise<void>;
export const validate: (
  fileContents: string,
  verbose: boolean,
  customAnnotationSchemaLocation: string,
) => Promise<void>;