@player-ui/player
Version:
11 lines • 693 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;
/**
* helper function to flatten a potential nested array and combine with initial array
*/
export declare function unpackAndPush(item: any | any[], initial: any[]): void;
//# sourceMappingURL=utils.d.ts.map