Hhertz/node_modules/number-allocator/index.js
2025-07-31 23:47:20 +03:00

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