UNPKG

@cloud-copilot/iam-data

Version:
8 lines 283 B
/** * Get a data file from the data directory in CommonJS * * @param file the path to the file to retrieve data for. * @returns the data from the file */ export declare function readRelativeFile<T>(pathParts: string[]): Promise<T>; //# sourceMappingURL=readRelativeFile.d.ts.map