UNPKG

etherpad-require-kernel

Version:

A reference implementation of a CommonJS module loader for Etherpad.

14 lines (10 loc) 281 B
'use strict'; /* * require-kernel * * Created by Chad Weider on 01/04/11. * Released to the Public Domain on 17/01/12. */ const MockRequire = require('./mock_require'); exports.kernelSource = MockRequire.kernelSource; exports.requireForPaths = MockRequire.requireForPaths;