UNPKG

@bizhermit/npm-package-utils

Version:
7 lines (6 loc) 193 B
export declare const sortPackageJsonProps: (pkg: { [key: string]: any; }) => { [key: string]: any; }; export declare const isAbsPath: (str: string | undefined | null) => boolean;