js-cfb/bits/70_find.js

4 lines
95 B
JavaScript

function find(cfb/*:CFBContainer*/, path/*:string*/)/*:?CFBEntry*/ {
return cfb.find(path);
}