1.6.6 • Published 2 years ago

modules-export v1.6.6

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

file-exports

Get exports of an local folder file export .

feature

  • support for esm && commonJs export ;
  • support folder child directory export ;

Install

npm i file-exports

Usage

getStaticExports

Get the exports by evaluate the module in worker thread.

import { getStaticExports } from 'pkg-exports'

const exports = await getStaticExports('path');
console.log(exports) ;

// wip

  • package not support ts format;
1.6.6

2 years ago

1.6.5

2 years ago

1.5.6

2 years ago

1.6.4

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago