UNPKG
@playform/pipe
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Pipe 🧪
github.com/PlayForm/Pipe
PlayForm/Pipe
@playform/pipe
/
Target
/
Type
/
Exclude.d.ts
9 lines
(8 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** *
@module
Exclude
* * Represents criteria for excluding files. * */
export
type
Type
=
string
|
RegExp
| (
(
File
:
string
) =>
boolean
);
export
type
{
Type
as
default
};