mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-18 00:23:41 -04:00
6 lines
189 B
JavaScript
6 lines
189 B
JavaScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
export { ensureTrailingSlash, sanitizePath, sanitizeStart, getRelativePath } from 'core/utils/sanitize-path';
|