@storm-stack/core
Version:
A build toolkit and runtime used by Storm Software in TypeScript applications
12 lines (8 loc) • 347 B
JavaScript
var chunkGRNJVY7I_cjs = require('./chunk-GRNJVY7I.cjs');
var joinPaths = require('@stryke/path/join-paths');
function getReflectionsPath(context) {
return joinPaths.joinPaths(context.dataPath, "reflections");
}
chunkGRNJVY7I_cjs.__name(getReflectionsPath, "getReflectionsPath");
exports.getReflectionsPath = getReflectionsPath;
;