UNPKG

tastypie

Version:

Tastypie is a webservice API framework for Node.js based on Django's Tastypie Framework. It provides a convenient, yet powerful and highly customizable, abstraction for creating REST-style interfaces

10 lines (7 loc) 217 B
"use strict"; function associate(array, keys){ var obj = {}, length = Math.min(array.length, keys.length) for (var i = 0; i < length; i++) obj[keys[i]] = array[i] return obj } module.exports = associate