UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

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