Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ranking/src/file_creator.ts>SeparatedFileCreator

🦕 Deno Third Party Modules Ranking 👑
Latest
class SeparatedFileCreator
import { SeparatedFileCreator } from "https://deno.land/x/ranking@0.3.5/src/file_creator.ts";

Constructors

new
SeparatedFileCreator(format: FileFormat, outputFilePath: string)

Properties

private
format: FileFormat
private
outputFilePath: string
private
separator: string
generateFile: (result: Repository[]) => unknown