UNPKG
@tripetto/block-calculator
Version:
latest (4.0.6)
4.0.6
4.0.3
4.0.2
4.0.1
4.0.0
Calculator block for Tripetto.
gitlab.com/tripetto/blocks/calculator
@tripetto/block-calculator
/
builder
/
operations
/
percentage.d.ts
3 lines
(2 loc)
•
97 B
TypeScript
View Raw
1
2
3
import
{
IOperation
}
from
"../operation"
;
export
declare
const
percentageOperation
:
IOperation
;