# large_number_gaoxuerong **Repository Path**: xueronggao/large_number_gaoxuerong ## Basic Information - **Project Name**: large_number_gaoxuerong - **Description**: 处理大数据相加的基础库 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-28 - **Last Updated**: 2023-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### large_number_gaoxuerong `this library used rollup` #### Usage ##### es ``` import add from 'large_number_gaoxuerong'; add('999', '11'); ``` ##### commonjs ``` const add = require('large_number_gaoxuerong'); add('999', '11'); ``` ##### umd ``` ```