Type alias IJFReadOptions

IJFReadOptions: {
    encoding?: string | null;
    flag?: string;
    fs?: FS;
    reviver?: ((key, value) => any);
    throws?: boolean;
} | string | null | undefined

Type declaration

  • Optional encoding?: string | null
  • Optional flag?: string
  • Optional fs?: FS
  • Optional reviver?: ((key, value) => any)
      • (key, value): any
      • Parameters

        • key: any
        • value: any

        Returns any

  • Optional throws?: boolean

Generated using TypeDoc