mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-11 23:05:24 -05: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';
|