UNPKG
ts-repository
Version:
latest (0.0.2)
0.0.2
0.0.1
Repository template interfaces and stub in-memory implementation
github.com/nyrkovalex/ts-repository
ts-repository
/
js
/
src
/
error.d.ts
4 lines
(3 loc)
•
92 B
TypeScript
View Raw
1
2
3
4
export
declare
abstract
class
AbstractError
extends
Error
{
constructor
(
msg
:
string
); }