Type alias ServerTransformOptions
ServerTransformOptions: {
encryption?: {
decryptFn: string;
encryptFn: string;
importSource: string;
};
importClient: string;
importFrom: string;
importServer: string;
id(filename, directive): string;
}
Type declaration
Optional
encryption?: {
decryptFn: string;
encryptFn: string;
importSource: string;
}
decryptFn: string
encryptFn: string
importSource: string
importClient: string
importFrom: string
importServer: string
id:function
- id(filename, directive): string
Parameters
filename: string
directive: "use server" | "use client"
Returns string