UNPKG

@ckeditor/ckeditor5-dev-utils

Version:
6 lines (5 loc) 328 B
import pacote from "pacote"; type CacheLessPacoteMethod<T extends (...args: Array<any>) => any> = (...args: Parameters<T>) => Promise<Awaited<ReturnType<T>>>; export declare const manifest: CacheLessPacoteMethod<typeof pacote.manifest>; export declare const packument: CacheLessPacoteMethod<typeof pacote.packument>; export {};