Home
last modified time | relevance | path

Searched refs:SerializerPlugin (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/metro-config/build/serializer/
H A DwithExpoSerializers.d.ts5 export type SerializerPlugin = (...props: SerializerParameters) => SerializerParameters; alias
7 export declare function withSerializerPlugins(config: InputConfigT, processors: SerializerPlugin[])…
8 export declare function createSerializerFromSerialProcessors(processors: (SerializerPlugin | undefi…
H A DwithExpoSerializers.js.map1 …SerializerPlugin = (...props: SerializerParameters) => SerializerParameters;\n\nexport function wi…
/expo/packages/@expo/metro-config/src/serializer/
H A DwithExpoSerializers.ts30 export type SerializerPlugin = (...props: SerializerParameters) => SerializerParameters; alias
33 const processors: SerializerPlugin[] = [];
46 processors: SerializerPlugin[]
182 processors: (SerializerPlugin | undefined)[],