Searched defs:mkdirSync (Results 1 – 5 of 5) sorted by relevance
3 export function mkdirSync(path: string, mode?: number): void; function
20 function mkdirSync(path, mode) { } function
505 mkdirSync: function (...args) { method
16 const mkdirSync = mkdir.sync constant
995 function mkdirSync(path, options) { function