UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

5 lines (4 loc) 233 B
import type { FileName } from '../../../../dt/index.js'; import type { Creatable } from './types.js'; export declare function fileImportName(name: FileName): FileName; export declare function successMessage(item: Creatable): string;