UNPKG

@giancarl021/cli-core-vault-extension

Version:

Plain and secure storage extension for the @giancarl021/cli-core npm package

6 lines (5 loc) 198 B
/** * Ensure that the directory for the given path exists, creating it if necessary. * @param path The path to ensure the directory for. */ export default function assertDir(path: string): void;