@player-ui/player
Version:
7 lines • 519 B
TypeScript
import type { BindingInstance } from "../../binding";
import type { Resolve } from "./types";
/** Check to see if and of the data-changes affect the given dependencies */
export declare function caresAboutDataChanges(dataChanges?: Set<BindingInstance>, dependencies?: Set<BindingInstance>): boolean;
/** Convert the options object for a resolver to one for a node */
export declare function toNodeResolveOptions(resolverOptions: Resolve.ResolverOptions): Resolve.NodeResolveOptions;
//# sourceMappingURL=utils.d.ts.map