IOTConnect-Web/node_modules/number-allocator/index.js

8 lines
186 B
JavaScript
Raw Normal View History

2024-05-09 01:49:52 +00:00
// Copyright Takatoshi Kondo 2021
//
// Distributed under the MIT License
const NumberAllocator = require('./lib/number-allocator.js')
module.exports.NumberAllocator = NumberAllocator