build
This commit is contained in:
parent
f832edf1b9
commit
9c06033134
5 changed files with 16 additions and 16 deletions
2
dist/unidades_medida.d.ts
vendored
2
dist/unidades_medida.d.ts
vendored
|
|
@ -15,7 +15,7 @@ export declare enum siglas_unidades_medida {
|
|||
Lt = "Lt"
|
||||
}
|
||||
export declare const unidades_medida: {
|
||||
sigla: keyof typeof siglas_unidades_medida;
|
||||
sigla_unidade: keyof typeof siglas_unidades_medida;
|
||||
nome: string;
|
||||
sigla_normalizada: keyof typeof siglas_unidades_medida;
|
||||
normalizar: (valor: number) => number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue