lib/src/lib.ts

9 lines
184 B
TypeScript
Raw Normal View History

import {UniversalPath} from './util'
/**
* Get the path to the root of the @extollo/lib package.
*/
export function lib(): UniversalPath {
return new UniversalPath(__dirname)
}