smartpdf/ts/smartpdf.paths.ts

4 lines
168 B
TypeScript
Raw Normal View History

2022-03-24 13:32:49 +00:00
import * as plugins from './smartpdf.plugins.js';
2018-10-06 13:25:45 +00:00
2022-03-24 13:32:49 +00:00
export const packageDir = plugins.path.join(plugins.smartpath.get.dirnameFromImportMetaUrl(import.meta.url), '../');