UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

4 lines (3 loc) 176 B
import type { TargetName } from '../../../../../target/index.js'; import type { Files } from '../SrcFilesGenerator.js'; export declare function files(name: TargetName): Files;