dees-document/ts/helpers.ts

7 lines
190 B
TypeScript
Raw Permalink Normal View History

2023-10-16 16:28:12 +00:00
import * as plugins from './plugins.js';
import * as paths from './paths.js';
export const getBundleAsString = async () => {
return plugins.smartfile.fs.toStringSync(paths.bundleFile);
}