levelcache/ts/levelcache.paths.ts

5 lines
179 B
TypeScript
Raw Normal View History

2021-04-23 18:40:57 +00:00
import * as plugins from './levelcache.plugins';
export const packageDir = plugins.path.join(__dirname, '../');
export const nogitDir = plugins.path.join(packageDir, '.nogit/');