UNPKG

@decaf-ts/fabric-weaver

Version:
15 lines (14 loc) 601 B
/** * @namespace Utils * @description This namespace serves as a container for utility functions and helper methods used throughout the fabric-weaver project. * @summary Utility namespace providing various helper functions for common tasks in fabric-weaver. * * The namespace includes: * - Building bin scripts helpers * * By centralizing these utility functions, this namespace provides a set of reusable * and efficient tools that can be easily imported and used across different parts of the fabric-weaver project. * * @memberOf module:fabric-weaver */ export * from "./build-scripts";