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