UNPKG

lawnet-singapore-student

Version:

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

8 lines (7 loc) 212 B
import { AxiosInstance } from 'axios'; export declare function logout(args: { school: 'SMU' | 'NUS' | 'SUSS'; corsPrefix?: string; localAxios: AxiosInstance; }): Promise<void>; export default logout;