1.1.0 • Published 3 years ago

a-treeshakable-pkg v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

a-treeshakable-pkg

Introduction

This package is only designed for treeshaking test, and it contains 3 functions named as 'a' 'b' and 'c'

Installation

npm install a-treeshakable-pkg --save

Usage

import { a } from "a-treeshakable-pkg";
a();
export { a };

Test your build to see if only function a is bundled.

1.1.0

3 years ago

1.0.0

3 years ago