Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
MR414N-ID
Edit Copy
Star
GitHub Repository:
MR414N-ID/botku2
Path:
blob/master/lib/lowdb/MissingAdapterError.d.ts
1
1
2
6
views
1
export
declare
class
MissingAdapterError
extends
Error
{
2
constructor
(
)
;
3
}
4
5