UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

4 lines (3 loc) 195 B
import type { FileName, Slug } from '../../../../dt/index.js'; export declare const PACKAGE_JSON: (name: Slug) => string; export declare function projectFiles(name: Slug): Map<FileName, string>;