UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

10 lines (8 loc) 246 B
// Node imports this from 'internal/bootstrap/loaders' const Module = require('module'); const NativeModule = { canBeRequiredByUsers(specifier) { return Module.builtinModules.includes(specifier) } }; exports.NativeModule = NativeModule;