1.6.6 • Published 1 year ago

modules-export v1.6.6

Weekly downloads
-
License
-
Repository
github
Last release
1 year 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

1 year ago

1.6.5

1 year ago

1.5.6

1 year ago

1.6.4

1 year ago

1.6.2

1 year ago

1.6.1

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago