Named exports export function f() {} export const one = 1; export {foo, b as bar}; ... For more information on package.json , consult the npm documentation.
確定! 回上一頁