UNPKG
npmluau
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
A utility package to use npm for Luau projects
github.com/seaofvoices/npmluau
seaofvoices/npmluau
npmluau
/
src
/
index.js
6 lines
(4 loc)
•
119 B
JavaScript
View Raw
1
2
3
4
5
6
const
{ extractEntryPointsToFile } =
require
(
'./extractEntryPoints'
)
module
.
exports
= { extractEntryPointsToFile, }