Hierarchy

  • PhraseyBuilderOptions

Properties

Properties

config: {
    file: string;
    format: string;
}

Type declaration

  • file: string
  • format: string
translations?: {
    skip: ((path) => boolean);
}

Type declaration

  • skip: ((path) => boolean)
      • (path): boolean
      • Parameters

        • path: string

        Returns boolean

Generated using TypeDoc