UNPKG

@ibgib/helper-gib

Version:

common helper/utils/etc used in ibgib libs. Node v19+ needed for heavily-used isomorphic webcrypto hashing consumed in both node and browsers.

10 lines 404 B
export declare function labelize(value: any): string; /** * Searches through the file (without importing it) for extra respecful * functions. * * @param respecPath * @returns true if extra respecful functions found in file */ export declare function respecFileHasExtraRespec(respecPath: string, extraRespecFunctionNames: string[]): Promise<boolean>; //# sourceMappingURL=respec-gib-helper.d.mts.map