Skip to content

Commit

Permalink
added missing shape exports (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddin1502 authored Apr 14, 2024
1 parent 7d5c265 commit 810f227
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-lib-extended",
"version": "3.0.1",
"version": "3.0.2",
"description": "Additional types and tools for typescript",
"files": [
"dist"
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { EnumerableObject } from './enumerable.js';

export type * from '@/shape.js';
export type { ArrayItem, MinArray } from './array.js';
export type {
AbstractConstructor,
Expand Down

0 comments on commit 810f227

Please sign in to comment.