Skip to content

Commit

Permalink
maint/dist ~ update distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Dec 28, 2020
1 parent 5f84663 commit a6dac95
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dist/cjs/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 78 additions & 0 deletions dist/cjs/lib/OSPaths.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added dist/os-paths.tgz
Binary file not shown.
3 changes: 3 additions & 0 deletions dist/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { default as default_ } from './lib/OSPaths';
export * from './lib/OSPaths';
export default default_;
8 changes: 8 additions & 0 deletions dist/types/lib/OSPaths.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export declare type OSPaths = {
new (): OSPaths;
(): OSPaths;
readonly home: () => string | undefined;
readonly temp: () => string;
};
declare const default_: OSPaths;
export default default_;

0 comments on commit a6dac95

Please sign in to comment.