UNPKG

semantic-network

Version:

A utility library for manipulating a list of links that form a semantic interface to a network of resources.

12 lines (11 loc) 209 B
module.exports = { presets: [ [ '@babel/preset-env', { targets: { node: 'current' }, }, ], '@babel/preset-typescript', ], };