UNPKG
@cachemap/controller
Version:
latest (5.3.0)
5.3.0
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.0
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.3
4.0.2
4.0.1
4.0.0
3.2.0
The Cachemap controller module.
github.com/badbatch/cachemap
badbatch/cachemap
@cachemap/controller
/
dist
/
types
/
esm
/
helpers
/
validateArgs.d.ts
3 lines
•
163 B
TypeScript
View Raw
1
2
3
import
{
type
EventData
}
from
'../types.ts'
;
export
declare
const
validateArgs
:
(
{ name,
type
}:
EventData
) =>
boolean
;
//# sourceMappingURL=validateArgs.d.ts.map