Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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