Skip to content

Instantly share code, notes, and snippets.

@sjbarag
Created December 9, 2019 19:58
Show Gist options
  • Save sjbarag/763ba3c337b2d598a5090e81a6698c27 to your computer and use it in GitHub Desktop.
Save sjbarag/763ba3c337b2d598a5090e81a6698c27 to your computer and use it in GitHub Desktop.
Sample output from @hulu/splitshot
export const Foo: any;
export const Bar: any;
declare const function_rsv: any;
export { function_rsv as function };
export function getStuff(anArgument?: any): any;
declare class TheMathematicsOfQuantumNeutrinoFields {
professor: any;
books: any;
drop(): any;
static register: any;
}
export { TheMathematicsOfQuantumNeutrinoFields as MQNF };
export const ClassInSession: TheMathematicsOfQuantumNeutrinoFields;
export class InlineClass {
name: any;
}
import _Reexport = require('./simple-module');
export { _Reexport as Reexport };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment