UNPKG
xliff-generator
Version:
beta.1 (1.0.0)
latest (1.0.0-beta.0)
1.0.0-beta.0
A simple module to create xliff files
github.com/markusblasek/node-xliff-generator
xliff-generator
/
dist
/
utils
/
map-util.d.ts
4 lines
(3 loc)
•
110 B
TypeScript
View Raw
1
2
3
4
export declare
class
MapUtil
{ static getNotNullOrNotUndefinedValue<T, U>(value: Map<T, U>, key: T): U; }