Validate a Bolivian (BO) identity or tax document.
Document type, either fully-qualified (BO_CI, BO_NIT, BO_PASAPORTE) or short (CI, NIT, PASAPORTE).
BO_CI
BO_NIT
BO_PASAPORTE
CI
NIT
PASAPORTE
Raw document string (formatting tolerated).
true if the value passes BO-specific validation rules.
true
import { validate } from "nationid/bo";validate("BO_CI", "1234567");validate("NIT", "1023456023"); Copy
import { validate } from "nationid/bo";validate("BO_CI", "1234567");validate("NIT", "1023456023");
Validate a Bolivian (BO) identity or tax document.