UNPKG

lawnet-singapore-student

Version:

Library to login and download cases from LawNet for students in Singapore law schools.

13 lines (12 loc) 288 B
import { FIRST_URL, login } from './login'; import { logout } from './logout'; export { FIRST_URL, login, logout }; declare const _default: { FIRST_URL: { SMU: string; NUS: string; }; login: typeof login; logout: typeof logout; }; export default _default;