UNPKG

pile-to-str

Version:

将交通行业的桩号(数字)转换为标准格式的字符串

7 lines 312 B
;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : global.pileToStr = factory() }(this, (function () { 'use strict'; return require('./lib/pileToStr'); })));