cody - HTMLify profile
files of /cody/lassiecoder/mutual-funding-app/server/node_modules/memory-pager/
The MIT License (MIT)
Copyright (c) 2017 Mathias Buus
Permission is hereby granted, free of charge, to any person obtaining a
Copyright (c) 2017 Mathias Buus
Permission is hereby granted, free of charge, to any person obtaining a
# memory-pager
Access memory using small fixed sized buffers instead of allocating a huge buffer.
Useful if you are implementin
Access memory using small fixed sized buffers instead of allocating a huge buffer.
Useful if you are implementin
module.exports = Pager
function Pager (pageSize, opts) {
if (!(this instanceof Pager)) return new Pager(pageSize, opts)
th
function Pager (pageSize, opts) {
if (!(this instanceof Pager)) return new Pager(pageSize, opts)
th
{
"name": "memory-pager",
"version": "1.5.0",
"description": "Access memory using small fixed sized buffers",
"main": "i
"name": "memory-pager",
"version": "1.5.0",
"description": "Access memory using small fixed sized buffers",
"main": "i