UNPKG

@jsonjoy.com/json-pack

Version:

High-performance JSON serialization library

24 lines (23 loc) 1.83 kB
import * as constants from './constants'; import type * as structs from './structs'; import * as msg from './messages'; export declare const formatNfsv4Stat: (stat: constants.Nfsv4Stat) => string; export declare const formatNfsv4Op: (op: constants.Nfsv4Op) => string; export declare const formatNfsv4Attr: (attr: constants.Nfsv4Attr) => string; export declare const formatNfsv4FType: (ftype: constants.Nfsv4FType) => string; export declare const formatNfsv4TimeHow: (how: constants.Nfsv4TimeHow) => string; export declare const formatNfsv4StableHow: (stable: constants.Nfsv4StableHow) => string; export declare const formatNfsv4CreateMode: (mode: constants.Nfsv4CreateMode) => string; export declare const formatNfsv4OpenFlags: (flags: constants.Nfsv4OpenFlags) => string; export declare const formatNfsv4OpenAccess: (access: constants.Nfsv4OpenAccess) => string; export declare const formatNfsv4OpenDeny: (deny: constants.Nfsv4OpenDeny) => string; export declare const formatNfsv4OpenClaimType: (claim: constants.Nfsv4OpenClaimType) => string; export declare const formatNfsv4DelegType: (deleg: constants.Nfsv4DelegType) => string; export declare const formatNfsv4LockType: (locktype: constants.Nfsv4LockType) => string; export declare const formatNfsv4Access: (access: number) => string; export declare const formatNfsv4Mode: (mode: number) => string; export declare const formatNfsv4Bitmap: (bitmap: structs.Nfsv4Bitmap) => string; export declare const formatNfsv4Request: (req: msg.Nfsv4Request, tab?: string) => string; export declare const formatNfsv4Response: (res: msg.Nfsv4Response, tab?: string) => string; export declare const formatNfsv4CompoundRequest: (req: msg.Nfsv4CompoundRequest, tab?: string) => string; export declare const formatNfsv4CompoundResponse: (res: msg.Nfsv4CompoundResponse, tab?: string) => string;