Sha256: 202a8ce43f170d6ca3a471c2980dcb2cd0408e6295771012582141d64aba043c
Contents?: true
Size: 274 Bytes
Versions: 26
Compression:
Stored size: 274 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sync = void 0; const walker_1 = require("./walker"); function sync(root, options) { const walker = new walker_1.Walker(root, options); return walker.start(); } exports.sync = sync;
Version data entries
26 entries across 26 versions & 1 rubygems