UNPKG

apl-easy-gl

Version:
8 lines (7 loc) 185 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function dirname(path) { return path.match(/.*\//)[0].toString(); } exports.dirname = dirname; ;