UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

5 lines (4 loc) 207 B
import type { Slug } from '../../../../../dt/index.js'; import type { Files } from '../types.js'; export declare const PACKAGE_JSON: (name: Slug) => string; export declare function files(name: Slug): Files;