UNPKG

@ssecd/jkn

Version:

JKN (BPJS) Bridging API untuk NodeJS

10 lines (9 loc) 227 B
import { PCareBaseApi } from './base.js'; /** * Implement base api directly since this is for partial support */ export class PCare extends PCareBaseApi { async request(option) { return this.send(option); } }