create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
16 lines (15 loc) • 605 B
TypeScript
/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
import type { Config } from '@jest/types';
declare type CacheKeyOptions = {
config: Config.ProjectConfig;
instrument: boolean;
};
declare type GetCacheKeyFunction = (fileData: string, filePath: Config.Path, configStr: string, options: CacheKeyOptions) => string;
declare const _default: (files?: Array<string>, values?: Array<string>) => GetCacheKeyFunction;
export default _default;