mirror of
https://github.com/JasonYANG170/IOTConnect-Web.git
synced 2024-11-23 20:26:28 +00:00
8 lines
186 B
JavaScript
8 lines
186 B
JavaScript
// Copyright Takatoshi Kondo 2021
|
|
//
|
|
// Distributed under the MIT License
|
|
|
|
const NumberAllocator = require('./lib/number-allocator.js')
|
|
|
|
module.exports.NumberAllocator = NumberAllocator
|