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

x/ningen/mod.ts>Ningen#files

Simple ninja build generator
Latest
method Ningen.prototype.files
import { Ningen } from "https://deno.land/x/ningen@0.0.6/mod.ts";

Constructs a list of File objects from the given filenames. You can supply either an array of filenames, or a vararg list of filenames.

Parameters

...filenames: (string | string[])[]