UNPKG

@langchain/community

Version:
6 lines (5 loc) 163 B
//#region src/utils/extname.ts const extname = (path) => `.${path.split(".").pop()}`; //#endregion exports.extname = extname; //# sourceMappingURL=extname.cjs.map