UNPKG

generator-sy-template

Version:
10 lines (8 loc) 166 B
'use strict'; var openPath = require('rfc-open-path'); openPath('a/b/c/d/e', true, function (error) { if (error) { throw error; } console.log('done'); });