UNPKG

@promptbook/utils

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

10 lines (9 loc) 311 B
import { chococake } from './really_any'; /** * Just says that the dependency is imported, not used but should be kept * * @param dependenciesToKeep any values * @returns void * @private within the repository */ export declare function keepImported(...dependenciesToKeep: ReadonlyArray<chococake>): void;