UNPKG

keep-a-changelog

Version:

Node package to parse and generate changelogs following the [keepachangelog](https://keepachangelog.com/) format.

12 lines (11 loc) 395 B
"use strict"; // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. // This module is browser compatible. Object.defineProperty(exports, "__esModule", { value: true }); exports.assertArg = assertArg; const assert_path_js_1 = require("./assert_path.js"); function assertArg(path) { (0, assert_path_js_1.assertPath)(path); if (path.length === 0) return "."; }