UNPKG

piral-base

Version:

The base library for creating a Piral instance.

9 lines (8 loc) 387 B
/** * Compiles the given content from a generic dependency. * @param name The name of the dependency to compile. * @param content The content of the dependency to compile. * @param link The optional link to the dependency. * @returns The evaluated dependency. */ export declare function evalDependency(name: string, content: string, link?: string): import("../../types").PiletApp;