decorator..

This commit is contained in:
dcode 2019-03-29 01:44:19 +01:00
parent 11d9552fce
commit f4dcd22575

View File

@ -1087,6 +1087,7 @@ export type oflags = u16;
// TODO: undocumented
export namespace preopentype {
// @ts-ignore: decorator
@inline
export const DIR: preopentype = 0;
}