UNPKG

@c11/engine.db

Version:

The engine db

8 lines (7 loc) 121 B
/** * has * * Checks if a path exists */ declare const has: (db: any) => (path: any) => boolean; export default has;