UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

4 lines (3 loc) 155 B
import type { AppName } from '../../../../../app/index.js'; import type { Files } from '../types.js'; export declare function files(name: AppName): Files;