dees-document/ts/helpers.ts
2023-10-16 18:28:12 +02:00

7 lines
190 B
TypeScript

import * as plugins from './plugins.js';
import * as paths from './paths.js';
export const getBundleAsString = async () => {
return plugins.smartfile.fs.toStringSync(paths.bundleFile);
}