• This project
    • Loading...
  • Sign in

developOne / harmonyPool

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • harmonyPool
  • sight_harmony
  • WdOssClientSdk
  • entry
  • src
  • mock
  • Libentry.mock.ets
  • * 提交wdOssClientSdk封装 · 7fee7c21
    7fee7c21 Browse Files
    huangyuxin_wd authored 2024-07-26 14:27:11 +0800
Libentry.mock.ets 135 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
const NativeMock: Record<string, Object> = {
  'add': (a: number, b: number) => {
    return a + b;
  },
};

export default NativeMock;