Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

BeebuddyUtil / dma-common-backend

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • dma-common-backend
  • src
  • index.js
  • Beebuddy Builder's avatar
    v5 · 6acb8723
    Beebuddy Builder committed Oct 15, 2020
    6acb8723 Browse Files
index.js 217 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12

export class Utils {
    /**
     * @function
     * @description Testasdfasdfasdf
     * @param {String} str 
     * @returns {String}
     */
    static printf(str){
        return `=======>${str}<=======`;
    }
}