UNPKG

find-my-way

Version:

Crazy fast http radix based router

14 lines (10 loc) 249 B
'use strict' /* eslint no-extend-native: off */ const { test } = require('node:test') // Something could extend the Array prototype Array.prototype.test = null test('for-in-loop', t => { t.assert.doesNotThrow(() => { require('../') }) })