UNPKG

seq-prom

Version:

A small library to allow for sequential operations on an array using Promises

22 lines (20 loc) 320 B
/*** * Created by adrianbrowning on 16/10/2018 */ "use strict"; const presets = [ [ "@babel/env", { targets: { edge: "17", firefox: "60", chrome: "67", safari: "11.1", "ie": "11" }, useBuiltIns: "usage", }, ], ]; module.exports = { presets };