UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 221 B
/** * Strips all directories from the path. * @example 'a/b/c' -> 'c' * @param {string} path * @returns {string} */ export function computePathBase(path: string): string; //# sourceMappingURL=computePathBase.d.ts.map