UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 240 B
/** * Returns the directory name of a path, similar to the Unix dirname command. * @param {string} path * @return {string} */ export function computePathDirectory(path: string): string; //# sourceMappingURL=computePathDirectory.d.ts.map