2 lines
52 B
JavaScript
Raw Normal View History

export const isValidSecretId = /^[A-Za-z0-9_-]*$/i;