UNPKG

@hyperlane-xyz/utils

Version:

General utilities and types for the Hyperlane network

8 lines 306 B
import noRestrictedImportsFromExports from './no-restricted-imports-from-exports.js'; export const importRestrictionsPlugin = { name: '@hyperlane/import-restrictions', rules: { 'no-restricted-imports-from-exports': noRestrictedImportsFromExports, }, }; //# sourceMappingURL=index.js.map