6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
|
import types = require('./types');
|
||
|
|
||
|
declare function toSrc(fn: types.AnyFn): string;
|
||
|
|
||
|
export = toSrc;
|