1.0.2 • Published 7 years ago

es6_stub_module v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

es6_stub_module

I use this to show that build systems are working. There's nothing interesting down here.

MIT licensed because fuck you, viral licenses

what?

this is a single template string as an arrow function, which is exported.

the whole codebase, at time of writing:

const bar = (whom:string) : string => `Hello, ${whom}!  This is a successfully exported template arrow.`;

export { bar };

the goal is to show that a downstream build system consumes and packs es6 modules correctly.